|
Battle Talent
V11
|
Inherits CrossLink.ContentItemNode< UnlockContentItem >.
Public Member Functions | |
| override void | RefleshData () |
| override void | RefleshView () |
| void | SpawnRandomWeapon () |
Public Member Functions inherited from CrossLink.ContentItemNode< UnlockContentItem > | |
| virtual void | ContentReflesh () |
| void | OnNextType () |
| void | ToType (int idx) |
Public Attributes | |
| DebugPanel | debug |
| GameObject | noModTips |
| GameObject | noModNetworkTips |
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 > | |
| int | curSource |
| Dictionary< UIEvent, T > | btn2Item |
| List< T >[] | typeList |