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)
Syntaxpublic virtual GObject AddChildAt(
GObject child,
int index
)
Parameters
- child
- Type: FairyGUI.GObject
A child object - index
- Type: System.Int32
Index
Return Value
Type:
GObjectGObject
See Also