GComponent.GetChildIndex Method |
Returns the index of a child within the container, or "-1" if it is not found.
Namespace:
FairyGUI
Assembly:
FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int GetChildIndex(
GObject child
)
Parameters
- child
- Type: FairyGUI.GObject
A child object
Return Value
Type:
Int32Index of the child. -1 If not found.
See Also