Class DropEventArgs
Event data associated with the event when an XRGrabInteractable is dropped by all interactors.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit.Transformers
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public sealed class DropEventArgs
Properties
selectExitEventArgs
The event data associated with the select exit event.
Declaration
public SelectExitEventArgs selectExitEventArgs { get; set; }
Property Value
Type | Description |
---|---|
SelectExitEventArgs |