Battle Talent
V11
|
Inherits CrossLink.PanelBase.
Public Types | |
enum class | TapPage { Goto , Setting , Level , State , Store } |
Public Member Functions | |
override void | OnInit () |
void | SetTap (TapPage page) |
void | OnHome () |
void | OnQuit () |
void | OnReplay () |
Public Member Functions inherited from CrossLink.PanelBase | |
void | FadeIn (System.Action onFin=null) |
void | FadeOut (System.Action onFin=null) |
virtual void | OnRelease () |
void | Exit () |
Public Attributes | |
UIButton[] | taps |
GameObject[] | items |
VerticalLayoutGroup | tagGroup |
HUDAnchor | anchor |
UIText | text |
string[] | gameModeTextKey |
UIButton | quitReturnBtn |
Public Attributes inherited from CrossLink.PanelBase | |
string | panelName |
bool | ignoreFadeEffect = false |
Additional Inherited Members | |
Protected Attributes inherited from CrossLink.PanelBase | |
CanvasGroup | canvasGroup |