Click or drag to resize

GComponentAddChildAt Method

Adds a child to the component at a certain index.

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

Parameters

child
Type: FairyGUIGObject
A child object
index
Type: SystemInt32
Index

Return Value

Type: GObject
GObject
See Also