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