UxrGrabManager.GetGrabbingHand Method (UxrGrabbableObject, Boolean, Boolean)

Gets the hands that are grabbing an object.

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

Syntax

C#

public bool GetGrabbingHand(
	UxrGrabbableObject grabbableObject,
	out bool isLeft,
	out bool isRight
)

Parameters

 

grabbableObject
Type: UltimateXR.Manipulation.UxrGrabbableObject
The grabbable object
isLeft
Type: System.Boolean
Whether it is being grabbed using the left hand
isRight
Type: System.Boolean
Whether it is being grabbed using the right hand

Return Value

Type: Boolean
Whether it is being grabbed

See Also

Reference

UxrGrabManager Class
GetGrabbingHand Overload
UltimateXR.Manipulation Namespace