|
Battle Talent
V11
|
Inherits CrossLink.VerticalContentItem< string >.
Public Member Functions | |
| override void | SetData (VerticalContentContainer< string > c, string t, List< string > d, DebugPanel dp, bool last) |
| override void | RefleshItem () |
| override void | GiveBack () |
Public Member Functions inherited from CrossLink.VerticalContentItem< string > | |
| virtual void | SetData (VerticalContentContainer< T > c, string t, List< T > d, DebugPanel dp, bool last) |
| void | SpawnItem () |
| float | GetGridDistance () |
Protected Member Functions | |
| override void | InitBtnContent (UIButton btn, string item) |
| override void | OnSelect (UIEvent ue) |
| override void | HoverEnter (UIEvent ue) |
| override void | HoverExit (UIEvent ue) |
Protected Member Functions inherited from CrossLink.VerticalContentItem< string > | |
| virtual void | InitBtnContent (UIButton btn, T item) |
Additional Inherited Members | |
Public Attributes inherited from CrossLink.VerticalContentItem< string > | |
| Text | textTitle |
| RectTransform | titleNodeTrans |
| RectTransform | lineTrans |
| GridLayoutGroup | layout |
| GameObject | itemPrefab |
Protected Attributes inherited from CrossLink.VerticalContentItem< string > | |
| VerticalContentContainer< T > | container |
| Dictionary< UIEvent, T > | btn2Data |
| DebugPanel | debug |
| string | title |
| List< T > | data |
| List< UIButton > | itemList |