IFocusEvent
Interface for focus events.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public interface IFocusEvent
Remarks
Refer to the Focus events manual page for more information and examples.
Properties
Property | Description |
|---|---|
| direction | Direction of the focus change. This corresponds to the FocusChangeDirection used by the focus ring. |
| relatedTarget | Related target. See implementation for specific meaning. |