SerializedPropertyAdaptor Constructor (SerializedProperty) |
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic SerializedPropertyAdaptor(
SerializedProperty arrayProperty
)
public function SerializedPropertyAdaptor(
arrayProperty : SerializedProperty
)
Parameters
- arrayProperty
- Type: SerializedProperty
Serialized property for entire array.
See Also