Battle Talent
V11
|
Inherits CrossLink.ContentItemNode< UnlockContentItem >.
Public Member Functions | |
override void | RefleshData () |
Public Member Functions inherited from CrossLink.ContentItemNode< UnlockContentItem > | |
virtual void | ContentReflesh () |
void | OnNextType () |
virtual void | RefleshView () |
Public Attributes | |
DebugPanel | debug |
Public Attributes inherited from CrossLink.ContentItemNode< UnlockContentItem > | |
List< string > | itemType |
Transform | stateRoot |
UIOptionActive | options |
UnityEngine.Object | statePrefab |
int | btnCountPerPage |
Protected Member Functions | |
override void | OnInit () |
override void | InitBtnContent (UIButton btn, UnlockContentItem item) |
override void | OnSelectItem (UnlockContentItem item) |
override void | HoverEnter (UIEvent ue) |
override void | HoverExit (UIEvent ue) |
Protected Member Functions inherited from CrossLink.ContentItemNode< UnlockContentItem > | |
virtual void | InitBtnContent (UIButton btn, T item) |
virtual void | OnSelectItem (T item) |
Additional Inherited Members | |
Protected Attributes inherited from CrossLink.ContentItemNode< UnlockContentItem > | |
Dictionary< UIEvent, T > | btn2Item |
List< T >[] | typeList |