| Battle Talent
    V11
    | 
Inherits MonoBehaviour.
Inherited by CrossLink.UIOptionActive, and CrossLink.UIOptionText.
| Public Member Functions | |
| void | UpdateOptionNum (int num) | 
| virtual void | UpdateOption (int se, bool triggerEvent=true) | 
| void | ApplyOption (int index) | 
| void | OnNext () | 
| void | OnPrev () | 
| Public Attributes | |
| int | selectedIndex = 0 | 
| bool | cycle = true | 
| UIButton | next | 
| UIButton | prev | 
| Protected Member Functions | |
| void | Awake () | 
| Protected Attributes | |
| int | selectRange = 10 | 
| Events | |
| System.Action< UIOption > | OptionUpdateEvent |