Click or drag to resize

Container.ChangeChildrenOrder Method

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ChangeChildrenOrder(
	List<int> indice,
	List<DisplayObject> objs
)

Parameters

indice
Type: System.Collections.Generic.List<Int32>
objs
Type: System.Collections.Generic.List<DisplayObject>
See Also