UxrGrabManager.GetGrabbingHands Method

Gets the grabbers that are grabbing the object using a specific grab point.

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

Syntax

C#

public bool GetGrabbingHands(
	UxrGrabbableObject grabbableObject,
	int point,
	out List<UxrGrabber> grabbers
)

Parameters

 

grabbableObject
Type: UltimateXR.Manipulation.UxrGrabbableObject
The grabbable object
point
Type: System.Int32
The grab point or -1 to get all grabbed points
grabbers
Type: System.Collections.Generic.List(UxrGrabber)
Returns the list of grabbers. If the list is null a new list is created, otherwise the grabbers are added to the list.

Return Value

Type: Boolean
Whether one or more grabbers were found

See Also

Reference

UxrGrabManager Class
UltimateXR.Manipulation Namespace