GComponent.GetChild Method |
Returns a child object with a certain name.
Namespace:
FairyGUI
Assembly:
FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic GObject GetChild(
string name
)
Parameters
- name
- Type: System.String
Name
Return Value
Type:
GObjectA child object. Null if not found.
See Also