Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
InitWindowCoreData ( ) : void | ||
SetWindowId ( ) : void |
public EnterAnimation ( EventDelegate onComplete ) : void | ||
onComplete | EventDelegate | |
Результат | void |
public HideWindow ( System.Action onComplete ) : void | ||
onComplete | System.Action | |
Результат | void |
public QuitAnimation ( EventDelegate onComplete ) : void | ||
onComplete | EventDelegate | |
Результат | void |
public SetCenterBtnCallBack ( string msg, UIEventListener callBack ) : void | ||
msg | string | |
callBack | UIEventListener | |
Результат | void |
public SetLeftBtnCallBack ( string msg, UIEventListener callBack ) : void | ||
msg | string | |
callBack | UIEventListener | |
Результат | void |
public SetRightBtnCallBack ( string msg, UIEventListener callBack ) : void | ||
msg | string | |
callBack | UIEventListener | |
Результат | void |
public ShowWindow ( BaseWindowContextData contextData ) : void | ||
contextData | BaseWindowContextData | |
Результат | void |