UxrGrabManager.GetGrabbingHand Method (UxrGrabbableObject, Int32, UxrHandSide)

Gets the hand grabbing the given object using a given 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 UxrHandSide handSide
)

Parameters

 

grabbableObject
Type: UltimateXR.Manipulation.UxrGrabbableObject
The grabbable object
point
Type: System.Int32
The grab point used to grab the object
handSide
Type: UltimateXR.Core.UxrHandSide
Returns the hand that is used to grab the object

Return Value

Type: Boolean
Whether there is a hand grabbing the object

See Also

Reference

UxrGrabManager Class
GetGrabbingHand Overload
UltimateXR.Manipulation Namespace