UxrGrabbableObject.CanBeGrabbedByGrabber Method

Checks whether the object can be grabbed by a UxrGrabber.

Namespace: UltimateXR.Manipulation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public bool CanBeGrabbedByGrabber(
	UxrGrabber grabber,
	int grabPoint
)

Parameters

 

grabber
Type: UltimateXR.Manipulation.UxrGrabber
Grabber
grabPoint
Type: System.Int32
Grab point index to check

Return Value

Type: Boolean
Whether the object can be grabbed by the grabber using the given grab point

See Also

Reference

UxrGrabbableObject Class
UltimateXR.Manipulation Namespace