Battle Talent
V11
|
Inherits CrossLink.PanelBase.
Public Member Functions | |
void | Init (List< string > blessingList, BlessingSelectorHub h) |
void | RandomSelector () |
void | OnSelect (string buff) |
Public Member Functions inherited from CrossLink.PanelBase | |
void | FadeIn (System.Action onFin=null) |
void | FadeOut (System.Action onFin=null) |
virtual void | OnInit () |
virtual void | OnRelease () |
void | Exit () |
Public Attributes | |
Text | title |
Text | content |
Text | randomCount |
Text | cost |
UIButton | randomBtn |
GameObject | selectorPrefab |
BlessingSelector[] | selectors |
BlessingSelectorHub | hub |
SoundEffectInfo | showUpSound |
Public Attributes inherited from CrossLink.PanelBase | |
string | panelName |
bool | ignoreFadeEffect = false |
Protected Member Functions | |
void | OnDisable () |
Additional Inherited Members | |
Protected Attributes inherited from CrossLink.PanelBase | |
CanvasGroup | canvasGroup |