FocusOutEvent
Event sent immediately before an element loses focus. This event trickles down and bubbles up.
Read time 2 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: FocusEventBase<FocusOutEvent>
- Implements: IDisposable, IFocusEvent
public class FocusOutEvent : FocusEventBase<FocusOutEvent>, IDisposable, IFocusEvent
Constructors
Constructor | Description |
|---|---|
| FocusOutEvent() | Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances. |
Methods
Method | Description |
|---|---|
| Init | Resets the event members to their initial values. |