ReorderableListGUI.ListField Method (SerializedProperty)

Rotorz ReorderableList

ReorderableListGUIListField Method (SerializedProperty)
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
)
public static function ListField(
	arrayProperty : SerializedProperty
)

Parameters

arrayProperty
Type: SerializedProperty
Serializable property.
See Also