Click or drag to resize

GComponentGetChildAt Method

Returns a child object at a certain index. If index out of bounds, exception raised.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public GObject GetChildAt(
	int index
)

Parameters

index
Type: SystemInt32
Index

Return Value

Type: GObject
A child object.
See Also