GComponent.AddChild 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)
Syntaxpublic GObject AddChild(
GObject child
)
Parameters
- child
- Type: FairyGUI.GObject
A child object
Return Value
Type:
GObjectGObject
See Also