Click or drag to resize

GComponent.AddChildAt 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: FairyGUI.GObject
A child object
index
Type: System.Int32
Index

Return Value

Type: GObject
GObject
See Also