Click or drag to resize

GComponentGetChildInGroup 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)
Syntax
C#
public GObject GetChildInGroup(
	GGroup group,
	string name
)

Parameters

group
Type: FairyGUIGGroup
A group object
name
Type: SystemString
Name

Return Value

Type: GObject
A child object. Null if not found.
See Also