|
Battle Talent
V11
|
Inherits MonoBehaviour.
Public Member Functions | |
| virtual void | ContentReflesh () |
| virtual void | RefleshData () |
| void | OnNextType () |
| void | ToType (int idx) |
| virtual void | RefleshView () |
Public Attributes | |
| List< string > | itemType = new List<string>() |
| Transform | stateRoot |
| UIOptionActive | options |
| UnityEngine.Object | statePrefab |
| int | btnCountPerPage = 45 |
Protected Member Functions | |
| virtual void | OnInit () |
| virtual void | InitBtnContent (UIButton btn, T item) |
| virtual void | HoverEnter (UIEvent ue) |
| virtual void | HoverExit (UIEvent ue) |
| virtual void | OnSelectItem (T item) |
Protected Attributes | |
| int | curSource = 0 |
| Dictionary< UIEvent, T > | btn2Item = new Dictionary<UIEvent, T>() |
| List< T >[] | typeList |