Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


VisualElementFocusChangeDirection

Define focus change directions for the VisualElementFocusRing.
Read time 1 minuteLast updated 5 days ago

Definition

public class VisualElementFocusChangeDirection : FocusChangeDirection, IDisposable

Static Properties

Property

Description

lastValueLast value for the direction defined by this class.
leftThe focus is moving to the left, or the next element in the focus ring.
rightThe focus is moving to the right, or the previous element in the focus ring.

Inheritance