Click or drag to resize

GComponentAddChild Method

Add a child to the component. It will be at the frontmost position.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public GObject AddChild(
	GObject child
)

Parameters

child
Type: FairyGUIGObject
A child object

Return Value

Type: GObject
GObject
See Also