UIDocument.sortingOrder

public float sortingOrder;

Description

The order in which this UIDocument will show up on the hierarchy in relation to other UIDocuments either attached to the same PanelSettings, or with the same UIDocument parent.

A UIDocument with a higher sorting order is displayed above one with a lower sorting order. In the case of identical sorting order, an older UIDocument is drawn first, appearing behind new ones.

Additional resources: PanelSettings.sortingOrder


Did you find this page useful? Please give it a rating: