UxrGrabManager.IsBeingGrabbed Method (UxrGrabbableObject, Int32)

Checks whether the given grabbable object is being grabbed using the given grab point.

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

Syntax

C#

public bool IsBeingGrabbed(
	UxrGrabbableObject grabbableObject,
	int point
)

Parameters

 

grabbableObject
Type: UltimateXR.Manipulation.UxrGrabbableObject
The grabbable object
point
Type: System.Int32
Grab point of the grabbable object to check

Return Value

Type: Boolean
Whether the grab point is being grabbed using the given grab point

See Also

Reference

UxrGrabManager Class
IsBeingGrabbed Overload
UltimateXR.Manipulation Namespace