Inherits CrossLink.ModifierPanel.
|
void | OnDisable () |
|
virtual void | OnExit () |
|
|
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 () |
|
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 |
|
CanvasGroup | canvasGroup |
|
System.Action< string > | FocusModifierItemEvent |
|
System.Action< string, string > | FocusModifierGroupEvent |
|