Reorderable List Control for Unity
- Namespaces
- Rotorz.ReorderableList
- ReorderableListControl
- canRemoveItem
canRemoveItem Field
Optional delegate to determine whether item can be removed from list.
public CanRemoveItemDelegate canRemoveItem
Remarks
This should be a light-weight method since it will be used to determine whether remove button should be included for each item in list.
This is redundant when HideRemoveButtons is specified.