UxrGrabManager.IsBeingGrabbedByOtherThan Method (UxrGrabbableObject, Int32, UxrGrabber)

Checks whether the given grabbable object is being grabbed using any other grab point and any other grabber 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,
	UxrGrabber grabber
)

Parameters

 

grabbableObject
Type: UltimateXR.Manipulation.UxrGrabbableObject
The grabbable object
point
Type: System.Int32
Point should be any other than this
grabber
Type: UltimateXR.Manipulation.UxrGrabber
Grabber should be any other than this

Return Value

Type: Boolean
Whether the object is being grabbed with the specified conditions

See Also

Reference

UxrGrabManager Class
IsBeingGrabbedByOtherThan Overload
UltimateXR.Manipulation Namespace