ListFieldAbsolute Method (position, arrayProperty, drawEmpty, flags)

Draw list field control for serializable property array.
public static void ListFieldAbsolute(
	Rect position,
	SerializedProperty arrayProperty,
	ReorderableListControl..::..DrawEmptyAbsolute drawEmpty,
	ReorderableListFlags flags = 
)

Parameters

position (Rect)
Position of control.
arrayProperty (SerializedProperty)
Serializable property.
drawEmpty (ReorderableListControl..::..DrawEmptyAbsolute)
Callback to draw custom content for empty list (optional).
flags (ReorderableListFlags) (Optional)
Optional flags to pass into list field.