Battle Talent
V11
|
Inherits MonoBehaviour.
Public Member Functions | |
virtual void | ContentReflesh () |
virtual void | RefleshData () |
void | OnNextType () |
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 | |
Dictionary< UIEvent, T > | btn2Item = new Dictionary<UIEvent, T>() |
List< T >[] | typeList |