C# Class TinyFrameWork.UIRankManager

Inheritance: UIManagerBase
Afficher le fichier Open project: tinyantstudio/UIFrameWork Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Awake ( ) : void
GetCurrenShownWindow ( ) : int
InitWindowControl ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

GetCurrenShownWindow() protected méthode

protected GetCurrenShownWindow ( ) : int
Résultat int

GetInstance() public static méthode

public static GetInstance ( ) : UIRankManager
Résultat UIRankManager

HideWindow() public méthode

public HideWindow ( WindowID id, System onComplete ) : void
id WindowID
onComplete System
Résultat void

InitWindowControl() protected méthode

protected InitWindowControl ( ) : void
Résultat void

InitWindowManager() public méthode

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

PopNavigationWindow() public méthode

public PopNavigationWindow ( ) : bool
Résultat bool

ResetAllInControlWindows() public méthode

public ResetAllInControlWindows ( ) : void
Résultat void

ShowWindow() public méthode

public ShowWindow ( WindowID id, TinyFrameWork.ShowWindowData showData ) : void
id WindowID
showData TinyFrameWork.ShowWindowData
Résultat void