GComponent.SwapChildrenAt Method |
Swaps the indexes of two children.
Namespace:
FairyGUI
Assembly:
FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void SwapChildrenAt(
int index1,
int index2
)
Parameters
- index1
- Type: System.Int32
index of first child - index2
- Type: System.Int32
index of second child
See Also