Click or drag to resize

GComponentRemoveChild Method (GObject)

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
)

Parameters

child
Type: FairyGUIGObject
A child object

Return Value

Type: GObject
GObject
See Also