Click or drag to resize

ControllerActionRun Method

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Run(
	Controller controller,
	string prevPage,
	string curPage
)

Parameters

controller
Type: FairyGUIController
prevPage
Type: SystemString
curPage
Type: SystemString
See Also