C# Class TinyFrameWork.UIRankManager

Inheritance: UIManagerBase
Datei anzeigen Open project: tinyantstudio/UIFrameWork Class Usage Examples

Public Methods

Method Description
GetInstance ( ) : UIRankManager
HideWindow ( WindowID id, System onComplete ) : void
InitWindowManager ( ) : void

Init the rank sub window Manager 1. Find the managed sub window 2. init the managed sub window

PopNavigationWindow ( ) : bool
ResetAllInControlWindows ( ) : void
ShowWindow ( WindowID id, TinyFrameWork.ShowWindowData showData ) : void

Protected Methods

Method Description
Awake ( ) : void
GetCurrenShownWindow ( ) : int
InitWindowControl ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

GetCurrenShownWindow() protected method

protected GetCurrenShownWindow ( ) : int
return int

GetInstance() public static method

public static GetInstance ( ) : UIRankManager
return UIRankManager

HideWindow() public method

public HideWindow ( WindowID id, System onComplete ) : void
id WindowID
onComplete System
return void

InitWindowControl() protected method

protected InitWindowControl ( ) : void
return void

InitWindowManager() public method

Init the rank sub window Manager 1. Find the managed sub window 2. init the managed sub window
public InitWindowManager ( ) : void
return void

PopNavigationWindow() public method

public PopNavigationWindow ( ) : bool
return bool

ResetAllInControlWindows() public method

public ResetAllInControlWindows ( ) : void
return void

ShowWindow() public method

public ShowWindow ( WindowID id, TinyFrameWork.ShowWindowData showData ) : void
id WindowID
showData TinyFrameWork.ShowWindowData
return void