Reorderable List Control for Unity
ReorderableListGUIListField Method (SerializedProperty, ReorderableListFlags) |
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)

public static void ListField( SerializedProperty arrayProperty, ReorderableListFlags flags )
public static function ListField( arrayProperty : SerializedProperty, flags : ReorderableListFlags )
Parameters
- arrayProperty
- Type: SerializedProperty
Serializable property. - flags
- Type: Rotorz.ReorderableListReorderableListFlags
Optional flags to pass into list field.
