C# Class TinyFrameWork.UIRankOwnDetail

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

Public Methods

Method Description
EnterAnimation ( EventDelegate onComplete ) : void
HideWindow ( System onComplete ) : void
InitWindowOnAwake ( ) : void
QuitAnimation ( EventDelegate onComplete ) : void
ResetAnimation ( ) : void
ResetWindow ( ) : void
ShowWindow ( BaseWindowContextData contextData ) : void
UpdateOwnDetail ( ) : void

Protected Methods

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

Private Methods

Method Description
OnBtnSwitch ( GameObject obj ) : void

Method Details

EnterAnimation() public method

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

HideWindow() public method

public HideWindow ( System onComplete ) : void
onComplete System
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

SetWindowId() protected method

protected SetWindowId ( ) : void
return void

ShowWindow() public method

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

UpdateOwnDetail() public method

public UpdateOwnDetail ( ) : void
return void