Property selectExited
selectExited
The event that is called when an Interactor ends selecting this Interactable.
Declaration
SelectExitEvent selectExited { get; }
Property Value
| Type | Description |
|---|---|
| SelectExitEvent |
Remarks
The SelectExitEventArgs passed to each listener is only valid while the event is invoked, do not hold a reference to it.