Position
Picking enabled. Performs picking based on the position rectangle.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Field
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
Position = 0
Remarks
This is the default Value.
In the VisualElement tree hierarchy, the picking process works in reverse order to rendering: it starts with the front-most elements and proceeds step by step toward background elements. Thus, the child elements are picked before parents, and the sibling elements further down the list are picked before their predecessors.