|
Elin Decompiled Documentation EA 23.288 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 168 of file UIList.cs.
References UIList.Callback< T1, T2 >.canDragReorder.
|
inline |
Implements UIList.ICallback.
Definition at line 84 of file UIList.cs.
References UIList.Callback< T1, T2 >.list, and UIList.Callback< T1, T2 >.mold.
|
inline |
Implements UIList.ICallback.
Definition at line 177 of file UIList.cs.
|
inline |
Implements UIList.ICallback.
Definition at line 92 of file UIList.cs.
References UIList.Callback< T1, T2 >.mold.
|
inline |
Implements UIList.ICallback.
Definition at line 97 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 123 of file UIList.cs.
References UIList.Callback< T1, T2 >.onClick.
|
inline |
Implements UIList.ICallback.
Definition at line 160 of file UIList.cs.
References UIList.Callback< T1, T2 >.onDragReorder.
|
inline |
Implements UIList.ICallback.
Definition at line 131 of file UIList.cs.
References UIList.Callback< T1, T2 >.onList.
|
inline |
Implements UIList.ICallback.
Definition at line 139 of file UIList.cs.
References UIList.Callback< T1, T2 >.onRedraw.
|
inline |
Implements UIList.ICallback.
Definition at line 152 of file UIList.cs.
References UIList.Callback< T1, T2 >.onRefresh.
|
inline |
Implements UIList.ICallback.
Definition at line 147 of file UIList.cs.
References UIList.Callback< T1, T2 >.onSort.
|
inline |
Implements UIList.ICallback.
Definition at line 79 of file UIList.cs.
References UIList.Callback< T1, T2 >.list.
| Func<T1, bool> UIList.Callback< T1, T2 >.canDragReorder |
Definition at line 73 of file UIList.cs.
Referenced by UIList.Callback< T1, T2 >.CanDragReorder().
| UIList UIList.Callback< T1, T2 >.list |
Definition at line 69 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 67 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 57 of file UIList.cs.
Referenced by UIList.Callback< T1, T2 >.OnClick().
| Action<T1, int> UIList.Callback< T1, T2 >.onDragReorder |
Definition at line 71 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 55 of file UIList.cs.
Referenced by UIList.Callback< T1, T2 >.Instantiate().
| Action<SortMode> UIList.Callback< T1, T2 >.onList |
Definition at line 61 of file UIList.cs.
Referenced by UIList.Callback< T1, T2 >.OnList().
| Action<T1, T2, int> UIList.Callback< T1, T2 >.onRedraw |
Definition at line 59 of file UIList.cs.
Referenced by UIList.Callback< T1, T2 >.OnRedraw().
| Action UIList.Callback< T1, T2 >.onRefresh |
Definition at line 65 of file UIList.cs.
Referenced by UIList.Callback< T1, T2 >.OnRefresh().
| Func<T1, SortMode, int> UIList.Callback< T1, T2 >.onSort |
Definition at line 63 of file UIList.cs.
Referenced by UIList.Callback< T1, T2 >.OnSort().
|
get |
Implements UIList.ICallback.
|
get |
Implements UIList.ICallback.