ReorderableList Class

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<T>(T) SerializedProperty
DoLayoutList() void
DoList(Rect, GUIContent) void
GetHeight() float
GetItem(int) SerializedProperty
GrabKeyboardFocus() void
HasKeyboardControl() bool
IndexOf(SerializedProperty) int
ReleaseKeyboardFocus() void
Remove(int[]) void
RemoveItem(int) void