Battle Talent
V11
|
Inherits CrossLink.PanelBase.
Inherited by CrossLink.ModifierUIPanel.
Public Member Functions | |
override void | OnInit () |
void | OnNext () |
void | OnPrev () |
void | OnGlobalEnable () |
void | OnGlobalDisable () |
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 | |
ModifierItem[] | items |
UIButton | nextBtn |
UIButton | prevBtn |
UnityEngine.UI.Text | desc |
UIButton | disabledBtn |
UIButton | enabledBtn |
GameObject | contentNode |
Text | pageText |
Public Attributes inherited from CrossLink.PanelBase | |
string | panelName |
bool | ignoreFadeEffect = false |
Additional Inherited Members | |
Protected Attributes inherited from CrossLink.PanelBase | |
CanvasGroup | canvasGroup |