Click or drag to resize

GObjectsortingOrder Property

By default(when sortingOrder==0), object added to component is arrange by the added roder. The bigger is the sorting order, the object is more in front.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int sortingOrder { get; set; }

Property Value

Type: Int32
See Also