Battle Talent
V11
|
Inherits CrossLink.UIOption.
Public Member Functions | |
string | GetOptionValue () |
int | GetIndexByOption (string op) |
override void | UpdateOption (int se, bool triggerEvent=true) |
Public Member Functions inherited from CrossLink.UIOption | |
void | UpdateOptionNum (int num) |
void | ApplyOption (int index) |
void | OnNext () |
void | OnPrev () |
Public Attributes | |
string[] | options |
bool | translate = false |
Text | tx |
string[] | prefixText |
Public Attributes inherited from CrossLink.UIOption | |
int | selectedIndex = 0 |
bool | cycle = true |
UIButton | next |
UIButton | prev |
Additional Inherited Members | |
Protected Member Functions inherited from CrossLink.UIOption | |
void | Awake () |
Protected Attributes inherited from CrossLink.UIOption | |
int | selectRange = 10 |
Events inherited from CrossLink.UIOption | |
System.Action< UIOption > | OptionUpdateEvent |