ListFieldAbsolute Method (position, arrayProperty, fixedItemHeight, flags)

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

Parameters

position (Rect)
Position of control.
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.