UxrGrabManager.GetGrabbingHand Method (UxrGrabbableObject, Int32, UxrGrabber)

Gets the grabber that is grabbing an object using a specific grab point.

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

Syntax

C#

public bool GetGrabbingHand(
	UxrGrabbableObject grabbableObject,
	int point,
	out UxrGrabber grabber
)

Parameters

 

grabbableObject
Type: UltimateXR.Manipulation.UxrGrabbableObject
The grabbable object
point
Type: System.Int32
Grab point to check
grabber
Type: UltimateXR.Manipulation.UxrGrabber
Grabber to check

Return Value

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

See Also

Reference

UxrGrabManager Class
GetGrabbingHand Overload
UltimateXR.Manipulation Namespace