Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
UIList.ICallback Interface Reference
Inheritance diagram for UIList.ICallback:
UIList.Callback< T1, T2 >

Public Member Functions

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 ()
 

Properties

bool useSort [get]
 
bool useOnClick [get]
 

Detailed Description

Definition at line 155 of file UIList.cs.

Member Function Documentation

◆ CreateMold()

void UIList.ICallback.CreateMold ( )

Implemented in UIList.Callback< T1, T2 >.

◆ GetComponent()

Component UIList.ICallback.GetComponent ( Transform  t)

Implemented in UIList.Callback< T1, T2 >.

◆ GetMold()

Component UIList.ICallback.GetMold ( )

Implemented in UIList.Callback< T1, T2 >.

◆ Instantiate()

Component UIList.ICallback.Instantiate ( object  obj,
Transform  parent 
)

Implemented in UIList.Callback< T1, T2 >.

◆ OnClick()

void UIList.ICallback.OnClick ( object  obj,
Component  button 
)

Implemented in UIList.Callback< T1, T2 >.

◆ OnList()

void UIList.ICallback.OnList ( SortMode  mode)

Implemented in UIList.Callback< T1, T2 >.

◆ OnRedraw()

void UIList.ICallback.OnRedraw ( object  obj,
Component  button,
int  index 
)

Implemented in UIList.Callback< T1, T2 >.

◆ OnRefresh()

void UIList.ICallback.OnRefresh ( )

Implemented in UIList.Callback< T1, T2 >.

◆ OnSort()

int UIList.ICallback.OnSort ( object  obj,
SortMode  mode 
)

Implemented in UIList.Callback< T1, T2 >.

◆ SetList()

void UIList.ICallback.SetList ( UIList  list)

Implemented in UIList.Callback< T1, T2 >.

Property Documentation

◆ useOnClick

bool UIList.ICallback.useOnClick
get

Implemented in UIList.Callback< T1, T2 >.

Definition at line 159 of file UIList.cs.

159{ get; }

◆ useSort

bool UIList.ICallback.useSort
get

Implemented in UIList.Callback< T1, T2 >.

Definition at line 157 of file UIList.cs.

157{ get; }

The documentation for this interface was generated from the following file: