ReorderableListGUI.ListField Method (SerializedProperty, ReorderableListControl.DrawEmpty)

Rotorz ReorderableList

ReorderableListGUIListField Method (SerializedProperty, ReorderableListControlDrawEmpty)
Draw list field control for serializable property array.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public static void ListField(
	SerializedProperty arrayProperty,
	ReorderableListControlDrawEmpty drawEmpty
)
public static function ListField(
	arrayProperty : SerializedProperty,
	drawEmpty : ReorderableListControlDrawEmpty
)

Parameters

arrayProperty
Type: SerializedProperty
Serializable property.
drawEmpty
Type: Rotorz.ReorderableListReorderableListControlDrawEmpty
Callback to draw custom content for empty list (optional).
See Also