Click or drag to resize

UIPainterSetSortingOrder Method

Change the sorting order of the panel in runtime.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetSortingOrder(
	int value,
	bool apply
)

Parameters

value
Type: SystemInt32
sorting order value
apply
Type: SystemBoolean
false if you dont want the default sorting behavior.
See Also