C# 클래스 TinyFrameWork.UIMessageBox

상속: UIBaseWindow, IWindowAnimation
파일 보기 프로젝트 열기: tinyantstudio/UIFrameWork 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

EnterAnimation() 공개 메소드

public EnterAnimation ( EventDelegate onComplete ) : void
onComplete EventDelegate
리턴 void

HideWindow() 공개 메소드

public HideWindow ( System.Action onComplete ) : void
onComplete System.Action
리턴 void

InitWindowCoreData() 보호된 메소드

protected InitWindowCoreData ( ) : void
리턴 void

InitWindowOnAwake() 공개 메소드

public InitWindowOnAwake ( ) : void
리턴 void

QuitAnimation() 공개 메소드

public QuitAnimation ( EventDelegate onComplete ) : void
onComplete EventDelegate
리턴 void

ResetAnimation() 공개 메소드

public ResetAnimation ( ) : void
리턴 void

ResetWindow() 공개 메소드

public ResetWindow ( ) : void
리턴 void

SetCenterBtnCallBack() 공개 메소드

public SetCenterBtnCallBack ( string msg, UIEventListener callBack ) : void
msg string
callBack UIEventListener
리턴 void

SetLeftBtnCallBack() 공개 메소드

public SetLeftBtnCallBack ( string msg, UIEventListener callBack ) : void
msg string
callBack UIEventListener
리턴 void

SetMsg() 공개 메소드

public SetMsg ( string msg ) : void
msg string
리턴 void

SetRightBtnCallBack() 공개 메소드

public SetRightBtnCallBack ( string msg, UIEventListener callBack ) : void
msg string
callBack UIEventListener
리턴 void

SetWindowId() 보호된 메소드

protected SetWindowId ( ) : void
리턴 void

ShowWindow() 공개 메소드

public ShowWindow ( BaseWindowContextData contextData ) : void
contextData BaseWindowContextData
리턴 void