C# Class TinyFrameWork.UIMessageBox

Inheritance: UIBaseWindow, IWindowAnimation
Datei anzeigen Open project: tinyantstudio/UIFrameWork Class Usage Examples

Public Methods

Method Description
EnterAnimation ( EventDelegate onComplete ) : void
HideWindow ( System.Action onComplete ) : void
InitWindowOnAwake ( ) : void
QuitAnimation ( EventDelegate onComplete ) : void
ResetAnimation ( ) : void
ResetWindow ( ) : void
SetCenterBtnCallBack ( string msg, UIEventListener callBack ) : void
SetLeftBtnCallBack ( string msg, UIEventListener callBack ) : void
SetMsg ( string msg ) : void
SetRightBtnCallBack ( string msg, UIEventListener callBack ) : void
ShowWindow ( BaseWindowContextData contextData ) : void

Protected Methods

Method Description
InitWindowCoreData ( ) : void
SetWindowId ( ) : void

Method Details

EnterAnimation() public method

public EnterAnimation ( EventDelegate onComplete ) : void
onComplete EventDelegate
return void

HideWindow() public method

public HideWindow ( System.Action onComplete ) : void
onComplete System.Action
return void

InitWindowCoreData() protected method

protected InitWindowCoreData ( ) : void
return void

InitWindowOnAwake() public method

public InitWindowOnAwake ( ) : void
return void

QuitAnimation() public method

public QuitAnimation ( EventDelegate onComplete ) : void
onComplete EventDelegate
return void

ResetAnimation() public method

public ResetAnimation ( ) : void
return void

ResetWindow() public method

public ResetWindow ( ) : void
return void

SetCenterBtnCallBack() public method

public SetCenterBtnCallBack ( string msg, UIEventListener callBack ) : void
msg string
callBack UIEventListener
return void

SetLeftBtnCallBack() public method

public SetLeftBtnCallBack ( string msg, UIEventListener callBack ) : void
msg string
callBack UIEventListener
return void

SetMsg() public method

public SetMsg ( string msg ) : void
msg string
return void

SetRightBtnCallBack() public method

public SetRightBtnCallBack ( string msg, UIEventListener callBack ) : void
msg string
callBack UIEventListener
return void

SetWindowId() protected method

protected SetWindowId ( ) : void
return void

ShowWindow() public method

public ShowWindow ( BaseWindowContextData contextData ) : void
contextData BaseWindowContextData
return void