Click or drag to resize

GComponentRemoveChild Method (GObject, Boolean)

Removes a child from the component. If the object is not a child, nothing happens.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public GObject RemoveChild(
	GObject child,
	bool dispose
)

Parameters

child
Type: FairyGUIGObject
A child object
dispose
Type: SystemBoolean
If true, the child will be disposed right away.

Return Value

Type: GObject
GObject
See Also