Click or drag to resize

ControllerAddPageAt Method

Add a new page to this controller at a certain index.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddPageAt(
	string name,
	int index
)

Parameters

name
Type: SystemString
Page name
index
Type: SystemInt32
Insert position
See Also