ListField Method (arrayProperty, fixedItemHeight, flags)

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

Parameters

arrayProperty (SerializedProperty)
Serializable property.
fixedItemHeight (Single)
Use fixed height for items rather than GetPropertyHeight(SerializedProperty).
flags (ReorderableListFlags) (Optional)
Optional flags to pass into list field.