Click or drag to resize

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

Parameters

group
Type: FairyGUI.GGroup
A group object
name
Type: System.String
Name

Return Value

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