Click or drag to resize

TreeNodeRemoveChildren Method

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RemoveChildren(
	int beginIndex = 0,
	int endIndex = -1
)

Parameters

beginIndex (Optional)
Type: SystemInt32
endIndex (Optional)
Type: SystemInt32
See Also