GComponent.RemoveChildren Method (Int32, Int32, Boolean) |
Removes a range of children from the container (endIndex included).
Namespace:
FairyGUI
Assembly:
FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void RemoveChildren(
int beginIndex,
int endIndex,
bool dispose
)
Parameters
- beginIndex
- Type: System.Int32
Begin index. - endIndex
- Type: System.Int32
End index.(Included). - dispose
- Type: System.Boolean
If true, the child will be disposed right away.
See Also