SerializedPropertyAdaptor Constructor (SerializedProperty)

Rotorz ReorderableList

SerializedPropertyAdaptor Constructor (SerializedProperty)
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)
Syntax
public SerializedPropertyAdaptor(
	SerializedProperty arrayProperty
)
public function SerializedPropertyAdaptor(
	arrayProperty : SerializedProperty
)

Parameters

arrayProperty
Type: SerializedProperty
Serialized property for entire array.
See Also