Interface IFocusEvent
Interface for focus events.
Namespace: UnityEngine.UIElements
Syntax
public interface IFocusEvent
Properties
direction
Direction of the focus change.
Declaration
FocusChangeDirection direction { get; }
Property Value
Type | Description |
---|---|
FocusChangeDirection |
relatedTarget
Related target. See implementation for specific meaning.
Declaration
Focusable relatedTarget { get; }
Property Value
Type | Description |
---|---|
Focusable |