Click or drag to resize

GListAddChildAt Method

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

Parameters

child
Type: FairyGUIGObject
index
Type: SystemInt32

Return Value

Type: GObject
See Also