ReorderableListGUI.ListFieldAbsolute Method (Rect, SerializedProperty, Single)

Rotorz ReorderableList

ReorderableListGUIListFieldAbsolute Method (Rect, SerializedProperty, Single)
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 ListFieldAbsolute(
	Rect position,
	SerializedProperty arrayProperty,
	float fixedItemHeight
)
public static function ListFieldAbsolute(
	position : Rect,
	arrayProperty : SerializedProperty,
	fixedItemHeight : float
)

Parameters

position
Type: Rect
Position of control.
arrayProperty
Type: SerializedProperty
Serializable property.
fixedItemHeight
Type: SystemSingle
Use fixed height for items rather than GetPropertyHeight(SerializedProperty).
See Also