Click or drag to resize

GComponent.RemoveChildAt Method (Int32)

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 GObject RemoveChildAt(
	int index
)

Parameters

index
Type: System.Int32
Index

Return Value

Type: GObject
GObject
See Also