Battle Talent
V11
|
Inherits CrossLink.PanelBase.
Inherited by CrossLink.ModifierUIPanel.
Public Member Functions | |
override void | OnInit () |
void | OnNext () |
void | OnPrev () |
void | OnGlobalEnable () |
void | OnGlobalDisable () |
void | ChangeType (int idx) |
void | RefleshGroups () |
![]() | |
void | FadeIn (System.Action onFin=null) |
void | FadeOut (System.Action onFin=null) |
virtual void | OnRelease () |
void | Exit () |
Public Attributes | |
ModifierItem[] | items |
ModifierGroupItem[] | groupItems |
UIButton | nextBtn |
UIButton | prevBtn |
UnityEngine.UI.Text | desc |
UIButton | disabledBtn |
UIButton | enabledBtn |
Text | pageText |
GameObject[] | contents |
GameObject | mainContent |
GameObject | contentGroup |
![]() | |
string | panelName |
bool | ignoreFadeEffect = false |
Events | |
System.Action< string > | FocusModifierItemEvent |
System.Action< string, string > | FocusModifierGroupEvent |
Additional Inherited Members | |
![]() | |
virtual void | OnExit () |
![]() | |
CanvasGroup | canvasGroup |