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