Elin Decompiled Documentation EA 23.102 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 () |
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 () |
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 |
Properties | |
bool | useSort [get] |
bool | useOnClick [get] |
![]() | |
bool | useSort [get] |
bool | useOnClick [get] |
|
inline |
Implements UIList.ICallback.
Definition at line 79 of file UIList.cs.
References UIList.Callback< T1, T2 >.list, and UIList.Callback< T1, T2 >.mold.
|
inline |
Implements UIList.ICallback.
Definition at line 149 of file UIList.cs.
|
inline |
Implements UIList.ICallback.
Definition at line 87 of file UIList.cs.
References UIList.Callback< T1, T2 >.mold.
|
inline |
Implements UIList.ICallback.
Definition at line 92 of file UIList.cs.
References UIList.disableInstaClick, UIList.Callback< T1, T2 >.list, UIList.Callback< T1, T2 >.mold, UIList.Callback< T1, T2 >.onInstantiate, UIList.parent, and PoolManager.Spawn().
|
inline |
Implements UIList.ICallback.
Definition at line 112 of file UIList.cs.
References UIList.Callback< T1, T2 >.onClick.
|
inline |
Implements UIList.ICallback.
Definition at line 120 of file UIList.cs.
References UIList.Callback< T1, T2 >.onList.
|
inline |
Implements UIList.ICallback.
Definition at line 128 of file UIList.cs.
References UIList.Callback< T1, T2 >.onRedraw.
|
inline |
Implements UIList.ICallback.
Definition at line 141 of file UIList.cs.
References UIList.Callback< T1, T2 >.onRefresh.
|
inline |
Implements UIList.ICallback.
Definition at line 136 of file UIList.cs.
References UIList.Callback< T1, T2 >.onSort.
|
inline |
Implements UIList.ICallback.
Definition at line 74 of file UIList.cs.
References UIList.Callback< T1, T2 >.list.
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, 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.