Property | Type | Description | |
---|---|---|---|
UIRoot | Transform | ||
maskAtlas | UIAtlas |
Method | Description | |
---|---|---|
AdjustTargetWindowDepthToTop ( |
||
ClearAllWindow ( ) : void | ||
CloseMessageBox ( System.Action onClosed = null ) : void | ||
HideWindow ( WindowID id, Action onComplete = null ) : void | ||
InitWindowManager ( ) : void | ||
PopNavigationWindow ( ) : bool |
Return logic When return back navigation check current window's Return Logic If true just execute the return logic If false just immediately enter the RealReturnWindow() logic
|
|
ShowMessageBox ( string msg ) : void |
MessageBox
|
|
ShowMessageBox ( string msg, string centerStr, UIEventListener callBack ) : void | ||
ShowMessageBox ( string msg, string leftStr, UIEventListener leftCallBack, string rightStr, UIEventListener rightCallBack ) : void | ||
ShowWindow ( WindowID id, ShowWindowData showData = null ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
InitWindowControl ( ) : void | ||
ReadyToShowBaseWindow ( WindowID id, ShowWindowData showData = null ) : UIBaseWindow |
Method | Description | |
---|---|---|
AddColliderBgForWindow ( |
Add Collider and BgTexture for target window
|
|
AdjustBaseWindowDepth ( |
Calculate right depth with windowType
|
|
CheckBackSequenceData ( |
||
ExecuteNavigationLogic ( UIBaseWindow baseWindow, ShowWindowData showData ) : void | ||
GetTargetRoot ( UIWindowType type ) : Transform | ||
RefreshBackSequenceData ( UIBaseWindow targetWindow, ShowWindowData showData ) : void |
public static AdjustTargetWindowDepthToTop ( |
||
targetWindow | ||
return | void |
public CloseMessageBox ( System.Action onClosed = null ) : void | ||
onClosed | System.Action | |
return | void |
public HideWindow ( WindowID id, Action onComplete = null ) : void | ||
id | WindowID | |
onComplete | Action | |
return | void |
protected ReadyToShowBaseWindow ( WindowID id, ShowWindowData showData = null ) : UIBaseWindow | ||
id | WindowID | |
showData | ShowWindowData | |
return | UIBaseWindow |
public ShowMessageBox ( string msg, string centerStr, UIEventListener callBack ) : void | ||
msg | string | |
centerStr | string | |
callBack | UIEventListener | |
return | void |
public ShowMessageBox ( string msg, string leftStr, UIEventListener leftCallBack, string rightStr, UIEventListener rightCallBack ) : void | ||
msg | string | |
leftStr | string | |
leftCallBack | UIEventListener | |
rightStr | string | |
rightCallBack | UIEventListener | |
return | void |
public ShowWindow ( WindowID id, ShowWindowData showData = null ) : void | ||
id | WindowID | |
showData | ShowWindowData | |
return | void |