sortingOrder
When the Scene uses more than one panel, this value determines where this panel appears in the sorting order relative to other panels.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public float sortingOrder { get; set; }
Remarks
Unity renders panels with a higher sorting order value on top of panels with a lower value.