Property focusExited
focusExited
The event that is called when an Interaction group loses focus on this Interactable.
Declaration
FocusExitEvent focusExited { get; }
Property Value
| Type | Description |
|---|---|
| FocusExitEvent |
Remarks
The FocusExitEventArgs passed to each listener is only valid while the event is invoked, do not hold a reference to it.