C# Class TinyFrameWork.UIRankDetail

RankWindow子界面
Inheritance: UIBaseWindow, IWindowAnimation
Mostra file 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
ShowWindow ( BaseWindowContextData contextData ) : void
UpdateDetailData ( string playerName, string iconName ) : void

Protected Methods

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

Private Methods

Method Description
OnBtnClose ( GameObject gb ) : 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

SetWindowId() protected method

protected SetWindowId ( ) : void
return void

ShowWindow() public method

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

UpdateDetailData() public method

public UpdateDetailData ( string playerName, string iconName ) : void
playerName string
iconName string
return void