Reorderable List Control for Unity
- Namespaces
- Rotorz.ReorderableList
- ReorderableListGUI
- ListField(SerializedProperty, Single, ReorderableListFlags)
ListField Method (arrayProperty, fixedItemHeight, flags)
Draw list field control for serializable property array with fixed item heights.
public static void ListField( SerializedProperty arrayProperty, float fixedItemHeight, ReorderableListFlags flags = )
Parameters
- arrayProperty (SerializedProperty)
- Serializable property.
- fixedItemHeight (Single)
- Use fixed height for items rather than GetPropertyHeight(SerializedProperty).
- flags (ReorderableListFlags) (Optional)
- Optional flags to pass into list field.