- Namespace
- Atavism
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ReorderableList"]
class Type type-node
Syntax
public class ReorderableList
Constructors
Events
Fields
Properties
| Name | Value | Summary |
|---|---|---|
| HasList | bool | |
| Index | int | |
| IsDragging | bool | |
| Length | int | |
| List | SerializedProperty | |
| pageSize | int | |
| paginate | bool | |
| Selected | int[] | |
| VisibleLength | int |
Methods
| Name | Value | Summary |
|---|---|---|
| AddItem |
SerializedProperty | |
| AddItem |
SerializedProperty | |
| DoLayoutList |
void | |
| DoList |
void | |
| GetHeight |
float | |
| GetItem |
SerializedProperty | |
| GrabKeyboardFocus |
void | |
| HasKeyboardControl |
bool | |
| IndexOf |
int | |
| ReleaseKeyboardFocus |
void | |
| Remove |
void | |
| RemoveItem |
void |