GComponent.SetChildIndex Method |
Moves a child to a certain index. Children at and after the replaced position move up.
Namespace:
FairyGUI
Assembly:
FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void SetChildIndex(
GObject child,
int index
)
Parameters
- child
- Type: FairyGUI.GObject
A Child - index
- Type: System.Int32
Index
See Also