ListField Method (arrayProperty, fixedItemHeight, drawEmpty, flags)

Draw list field control for serializable property array with fixed item heights.
public static void ListField(
	SerializedProperty arrayProperty,
	float fixedItemHeight,
	ReorderableListControl..::..DrawEmpty drawEmpty,
	ReorderableListFlags flags = 
)

Parameters

arrayProperty (SerializedProperty)
Serializable property.
fixedItemHeight (Single)
Use fixed height for items rather than GetPropertyHeight(SerializedProperty).
drawEmpty (ReorderableListControl..::..DrawEmpty)
Callback to draw custom content for empty list (optional).
flags (ReorderableListFlags) (Optional)
Optional flags to pass into list field.