Click or drag to resize

GComponentRemoveChildren 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)
Syntax
C#
public void RemoveChildren(
	int beginIndex,
	int endIndex,
	bool dispose
)

Parameters

beginIndex
Type: SystemInt32
Begin index.
endIndex
Type: SystemInt32
End index.(Included).
dispose
Type: SystemBoolean
If true, the child will be disposed right away.
See Also