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