Click or drag to resize

GComponentRemoveChildAt 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)
Syntax
C#
public virtual GObject RemoveChildAt(
	int index,
	bool dispose
)

Parameters

index
Type: SystemInt32
Index
dispose
Type: SystemBoolean
If true, the child will be disposed right away.

Return Value

Type: GObject
GObject
See Also