Property firstFocusEntered
firstFocusEntered
The event that is called only when the first Interaction Group gains focus on this Interactable as the sole focusing Interactor. Subsequent Interactors that gain focus will not cause this event to be invoked as long as any others are still focusing.
Declaration
public FocusEnterEvent firstFocusEntered { 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.