C# Class TinyFrameWork.UIRank

UIRank window
Inheritance: UIBaseWindow, IWindowAnimation
Datei anzeigen Open project: tinyantstudio/UIFrameWork

Public Properties

Property Type Description
itemTemplate UnityEngine.GameObject

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 rankContextData ) : void

Protected Methods

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

Private Methods

Method Description
FillRankItem ( List listData ) : void
_FillRankItem ( List listData ) : IEnumerator

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 rankContextData ) : void
rankContextData BaseWindowContextData
return void

Property Details

itemTemplate public_oe property

public GameObject,UnityEngine itemTemplate
return UnityEngine.GameObject