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