Click or drag to resize

ContainerChangeChildrenOrder 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.GenericListInt32
objs
Type: System.Collections.GenericListDisplayObject
See Also