Click or drag to resize

GComponentSwapChildren 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 SwapChildren(
	GObject child1,
	GObject child2
)

Parameters

child1
Type: FairyGUIGObject
A child object
child2
Type: FairyGUIGObject
A child object
See Also