Table of Contents

Class SerializedReorderableList

public class SerializedReorderableList : ReorderableList
Inheritance
SerializedReorderableList
Extension Methods

Constructors

SerializedReorderableList(SerializedObject, SerializedProperty)

public SerializedReorderableList(SerializedObject serializedObject, SerializedProperty elements)

Parameters

serializedObject SerializedObject
elements SerializedProperty

SerializedReorderableList(SerializedObject, SerializedProperty, bool, bool, bool, bool)

public SerializedReorderableList(SerializedObject serializedObject, SerializedProperty elements, bool draggable, bool displayHeader, bool displayAddButton, bool displayRemoveButton)

Parameters

serializedObject SerializedObject
elements SerializedProperty
draggable bool
displayHeader bool
displayAddButton bool
displayRemoveButton bool

SerializedReorderableList(SerializedProperty)

public SerializedReorderableList(SerializedProperty elements)

Parameters

elements SerializedProperty