GComponent.GetChildAt 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)
Syntaxpublic GObject GetChildAt(
int index
)
Parameters
- index
- Type: System.Int32
Index
Return Value
Type:
GObjectA child object.
See Also