GComponent.RemoveChildAt Method (Int32, Boolean) |
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 virtual GObject RemoveChildAt(
int index,
bool dispose
)
Parameters
- index
- Type: System.Int32
Index - dispose
- Type: System.Boolean
If true, the child will be disposed right away.
Return Value
Type:
GObjectGObject
See Also