Reorderable List Control for Unity
- Namespaces
- Rotorz.ReorderableList
- ReorderableListGUI
- ListField(SerializedProperty, ReorderableListControl..::..DrawEmpty, ReorderableListFlags)
ListField Method (arrayProperty, drawEmpty, flags)
Draw list field control for serializable property array.
public static void ListField( SerializedProperty arrayProperty, ReorderableListControl..::..DrawEmpty drawEmpty, ReorderableListFlags flags = )
Parameters
- arrayProperty (SerializedProperty)
- Serializable property.
- drawEmpty (ReorderableListControl..::..DrawEmpty)
- Callback to draw custom content for empty list (optional).
- flags (ReorderableListFlags) (Optional)
- Optional flags to pass into list field.