UxrGrabManager.IsBeingGrabbedByOtherThan Method (UxrGrabbableObject, Int32)

Checks whether the given grabbable object is being grabbed using any other grab point than the specified.

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

Syntax

C#

public bool IsBeingGrabbedByOtherThan(
	UxrGrabbableObject grabbableObject,
	int point
)

Parameters

 

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

Return Value

Type: Boolean
Whether any other grab point is being grabbed

See Also

Reference

UxrGrabManager Class
IsBeingGrabbedByOtherThan Overload
UltimateXR.Manipulation Namespace