VisualElementFocusChangeDirection
Define focus change directions for the VisualElementFocusRing.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: FocusChangeDirection
- Implements: IDisposable
public class VisualElementFocusChangeDirection : FocusChangeDirection, IDisposable
Static Properties
Property | Description |
|---|---|
| lastValue | Last value for the direction defined by this class. |
| left | The focus is moving to the left. |
| right | The focus is moving to the right. |