class in UnityEngine.UIElements
/
Inherits from:UIElements.FocusChangeDirection
/
Implemented in:UnityEngine.UIElementsModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseDefine focus change directions for the VisualElementFocusRing.
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. |
lastValue | Last value for the direction defined by this class. |
none | The null direction. This is usually used when the focus stays on the same element. |
unspecified | Focus came from an unspecified direction, for example after a mouse down. |
int | The underlying integer value for this direction. |