Reorderable List Control for Unity
SerializedPropertyAdaptor Constructor (SerializedProperty, Single) |
Initializes a new instance of SerializedPropertyAdaptor.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)

public 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.
