Click or drag to resize

StageSortWorldSpacePanelsByZOrder Method

Adjust display order of all UIPanels rendering in worldspace by their z order.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SortWorldSpacePanelsByZOrder(
	int panelSortingOrder
)

Parameters

panelSortingOrder
Type: SystemInt32
Only UIPanel.sortingOrder equals to this value will be involve in this sorting
See Also