ReorderableListGUI.ListField Method (SerializedProperty, Single, ReorderableListFlags)

Rotorz ReorderableList

ReorderableListGUIListField Method (SerializedProperty, Single, ReorderableListFlags)
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,
	float fixedItemHeight,
	ReorderableListFlags flags
)
public static function ListField(
	arrayProperty : SerializedProperty,
	fixedItemHeight : float,
	flags : ReorderableListFlags
)

Parameters

arrayProperty
Type: SerializedProperty
Serializable property.
fixedItemHeight
Type: SystemSingle
Use fixed height for items rather than GetPropertyHeight(SerializedProperty).
flags
Type: Rotorz.ReorderableListReorderableListFlags
Optional flags to pass into list field.
See Also