UxrGrabManager.ReleaseObject Method

Releases an object from a hand.

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

Syntax

C#

public void ReleaseObject(
	UxrGrabber grabber,
	UxrGrabbableObject grabbableObject,
	bool propagateEvents
)

Parameters

 

grabber
Type: UltimateXR.Manipulation.UxrGrabber
If non-null it will tell the grabber that releases the object. If it is null any grabber that is holding the object will release it
grabbableObject
Type: UltimateXR.Manipulation.UxrGrabbableObject
Object being released
propagateEvents
Type: System.Boolean
Whether to propagate events

See Also

Reference

UxrGrabManager Class
UltimateXR.Manipulation Namespace