| SerializedPropertyAdaptor Constructor (SerializedProperty, Single) | 
 
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic SerializedPropertyAdaptor(
	SerializedProperty arrayProperty,
	float fixedItemHeight
)
public function SerializedPropertyAdaptor(
	arrayProperty : SerializedProperty,
	fixedItemHeight : float
)
Parameters
- arrayProperty
 - Type: SerializedProperty
Serialized property for entire array. - fixedItemHeight
 - Type: SystemSingle
Non-zero height overrides property drawer height calculation. 
See Also