VisualElementFocusRing(VisualElement, DefaultFocusOrder)
Constructor.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public VisualElementFocusRing(VisualElement root, VisualElementFocusRing.DefaultFocusOrder dfo = DefaultFocusOrder.ChildOrder)
Parameters
The root of the element tree for which we want to build a focus ring.
Default ordering of the elements in the ring.