- Namespace
- global
- Base Types
-
- MonoBehaviour
- Derived Types
graph BT
Type-->Base0["MonoBehaviour"]
Type["UIList<TCell>"]
class Type type-node
Derived0["ScrollListTest"]-->Type
click Derived0 "/docs/client_api_10.1.0/api/global/ScrollListTest"
Syntax
public abstract class UIList<TCell> : MonoBehaviour where TCell : Component
Type Parameters
| Name | Description |
|---|---|
| TCell |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| cells | ||
| grid | ||
| gridTransform |
Methods
| Name | Value | Summary |
|---|---|---|
| ClearAllCells |
void | |
| NumberOfCells |
int | |
| Refresh |
void | |
| RemoveAllCells |
void | |
| UpdateCell |
void |