Click or drag to resize

ContainerRemoveChildren Method (Int32, Int32, Boolean)

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
endIndex
Type: SystemInt32
dispose
Type: SystemBoolean
See Also