UxrGrabbableObject.Released Event

Event called right after the object was released. An object is released when the last grip is released and there is no compatible UxrGrabbableObjectAnchor near enough to place it on. The grab event parameters use the same values as Releasing.

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

Syntax

C#

public event EventHandler<UxrManipulationEventArgs> Released


Value

Type: System.EventHandler(UxrManipulationEventArgs)

Implements

IUxrGrabbable.Released

See Also

Reference

UxrGrabbableObject Class
UltimateXR.Manipulation Namespace