Click or drag to resize

GComponentSetChildIndex Method

Moves a child to a certain index. Children at and after the replaced position move up.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetChildIndex(
	GObject child,
	int index
)

Parameters

child
Type: FairyGUIGObject
A Child
index
Type: SystemInt32
Index
See Also