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