Reorderable List Control for Unity
ReorderableListGUIListField Method (SerializedProperty) |
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 ListField( SerializedProperty arrayProperty )
public static function ListField( arrayProperty : SerializedProperty )
Parameters
- arrayProperty
- Type: SerializedProperty
Serializable property.
See Also