Click or drag to resize

ControllerHasPage Method

Check if the controller has a page.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool HasPage(
	string aName
)

Parameters

aName
Type: SystemString
Page name.

Return Value

Type: Boolean
See Also