VisualElementFocusChangeDirection
Define focus change directions for the VisualElementFocusRing.
Read time 1 minuteLast updated 6 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, or the next element in the focus ring. |
| right | The focus is moving to the right, or the previous element in the focus ring. |