FocusInEvent
Event sent immediately before an element gains focus. This event trickles down and bubbles up.
Read time 2 minutesLast updated 8 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: FocusEventBase<FocusInEvent>
- Implements: IDisposable, IFocusEvent
public class FocusInEvent : FocusEventBase<FocusInEvent>, IDisposable, IFocusEvent
Constructors
Constructor | Description |
|---|---|
| FocusInEvent() | Constructor. |
Methods
Method | Description |
|---|---|
| Init | Resets the event members to their initial values. |