|
Elin Decompiled Documentation EA 23.253 Nightly
|
Public Member Functions | |
| void | SetList (UIList _list) |
| void | CreateMold () |
| Component | GetMold () |
| Component | Instantiate (object obj, Transform parent) |
| void | OnClick (object obj, Component button) |
| void | OnList (SortMode mode) |
| void | OnRedraw (object obj, Component c, int index) |
| int | OnSort (object obj, SortMode mode) |
| void | OnRefresh () |
| void | OnDragReorder (object obj, int a) |
| bool | CanDragReorder (object obj) |
| Component | GetComponent (Transform t) |
| Component | GetComponent (Transform t) |
| void | SetList (UIList list) |
| void | CreateMold () |
| Component | Instantiate (object obj, Transform parent) |
| Component | GetMold () |
| void | OnClick (object obj, Component button) |
| void | OnRedraw (object obj, Component button, int index) |
| void | OnList (SortMode mode) |
| int | OnSort (object obj, SortMode mode) |
| void | OnRefresh () |
| void | OnDragReorder (object obj, int a) |
| bool | CanDragReorder (object obj) |
Public Attributes | |
| Action< T1, T2 > | onInstantiate |
| Action< T1, T2 > | onClick |
| Action< T1, T2, int > | onRedraw |
| Action< SortMode > | onList |
| Func< T1, SortMode, int > | onSort |
| Action | onRefresh |
| T2 | mold |
| UIList | list |
| Action< T1, int > | onDragReorder |
| Func< T1, bool > | canDragReorder |
Properties | |
| bool | useSort [get] |
| bool | useOnClick [get] |
Properties inherited from UIList.ICallback | |
| bool | useSort [get] |
| bool | useOnClick [get] |
|
inline |
Implements UIList.ICallback.
Definition at line 167 of file UIList.cs.
References UIList.Callback< T1, T2 >.canDragReorder.
|
inline |
Implements UIList.ICallback.
Definition at line 83 of file UIList.cs.
References UIList.Callback< T1, T2 >.list, and UIList.Callback< T1, T2 >.mold.
|
inline |
Implements UIList.ICallback.
Definition at line 176 of file UIList.cs.
|
inline |
Implements UIList.ICallback.
Definition at line 91 of file UIList.cs.
References UIList.Callback< T1, T2 >.mold.
|
inline |
Implements UIList.ICallback.
Definition at line 96 of file UIList.cs.
References UIList.disableInstaClick, UIList.Callback< T1, T2 >.list, UIList.Callback< T1, T2 >.mold, UIList.Callback< T1, T2 >.onDragReorder, UIList.Callback< T1, T2 >.onInstantiate, UIList.parent, and PoolManager.Spawn().
|
inline |
Implements UIList.ICallback.
Definition at line 122 of file UIList.cs.
References UIList.Callback< T1, T2 >.onClick.
|
inline |
Implements UIList.ICallback.
Definition at line 159 of file UIList.cs.
References UIList.Callback< T1, T2 >.onDragReorder.
|
inline |
Implements UIList.ICallback.
Definition at line 130 of file UIList.cs.
References UIList.Callback< T1, T2 >.onList.
|
inline |
Implements UIList.ICallback.
Definition at line 138 of file UIList.cs.
References UIList.Callback< T1, T2 >.onRedraw.
|
inline |
Implements UIList.ICallback.
Definition at line 151 of file UIList.cs.
References UIList.Callback< T1, T2 >.onRefresh.
|
inline |
Implements UIList.ICallback.
Definition at line 146 of file UIList.cs.
References UIList.Callback< T1, T2 >.onSort.
|
inline |
Implements UIList.ICallback.
Definition at line 78 of file UIList.cs.
References UIList.Callback< T1, T2 >.list.
| Func<T1, bool> UIList.Callback< T1, T2 >.canDragReorder |
Definition at line 72 of file UIList.cs.
Referenced by UIList.Callback< T1, T2 >.CanDragReorder().
| UIList UIList.Callback< T1, T2 >.list |
Definition at line 68 of file UIList.cs.
Referenced by UIList.Callback< T1, T2 >.CreateMold(), UIList.Callback< T1, T2 >.Instantiate(), and UIList.Callback< T1, T2 >.SetList().
| T2 UIList.Callback< T1, T2 >.mold |
Definition at line 66 of file UIList.cs.
Referenced by UIList.Callback< T1, T2 >.CreateMold(), UIList.Callback< T1, T2 >.GetMold(), and UIList.Callback< T1, T2 >.Instantiate().
| Action<T1, T2> UIList.Callback< T1, T2 >.onClick |
Definition at line 56 of file UIList.cs.
Referenced by UIList.Callback< T1, T2 >.OnClick().
| Action<T1, int> UIList.Callback< T1, T2 >.onDragReorder |
Definition at line 70 of file UIList.cs.
Referenced by UIList.Callback< T1, T2 >.Instantiate(), and UIList.Callback< T1, T2 >.OnDragReorder().
| Action<T1, T2> UIList.Callback< T1, T2 >.onInstantiate |
Definition at line 54 of file UIList.cs.
Referenced by UIList.Callback< T1, T2 >.Instantiate().
| Action<SortMode> UIList.Callback< T1, T2 >.onList |
Definition at line 60 of file UIList.cs.
Referenced by UIList.Callback< T1, T2 >.OnList().
| Action<T1, T2, int> UIList.Callback< T1, T2 >.onRedraw |
Definition at line 58 of file UIList.cs.
Referenced by UIList.Callback< T1, T2 >.OnRedraw().
| Action UIList.Callback< T1, T2 >.onRefresh |
Definition at line 64 of file UIList.cs.
Referenced by UIList.Callback< T1, T2 >.OnRefresh().
| Func<T1, SortMode, int> UIList.Callback< T1, T2 >.onSort |
Definition at line 62 of file UIList.cs.
Referenced by UIList.Callback< T1, T2 >.OnSort().
|
get |
Implements UIList.ICallback.
|
get |
Implements UIList.ICallback.