Click or drag to resize

GComponentSwapChildrenAt Method

Swaps the indexes of two children.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SwapChildrenAt(
	int index1,
	int index2
)

Parameters

index1
Type: SystemInt32
index of first child
index2
Type: SystemInt32
index of second child
See Also