GComponent.RemoveChildAt Method (Int32) |
Removes a child at a certain index. Children above the child will move down.
Namespace:
FairyGUI
Assembly:
FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic GObject RemoveChildAt(
int index
)
Parameters
- index
- Type: System.Int32
Index
Return Value
Type:
GObjectGObject
See Also