com.unity.uiextensions/Scripts/Controls/ReorderableList
LARS-LAPTOP2\larsme c8b7085f27 More Options for ReordableList:
- Max item count, after which no more items can be dropped
- IsDisplacable option: If true, an item can be dropped into a full list by displacing one of its items,
  it may replace the dragged item in its origin list, be dropped in space or be deleted
  depending on the dragged item's origin list and the displaced item
- Added respective Events
- fixed ever increasing number of _listContent components
- Stopped dragged item from blocking Raycasts
2019-02-22 18:35:03 +01:00
..
ReorderableList.cs More Options for ReordableList: 2019-02-22 18:35:03 +01:00
ReorderableList.cs.meta 1st Pass update, Updated controls: 2017-05-05 14:06:52 +01:00
ReorderableListContent.cs 1st Pass update, Updated controls: 2017-05-05 14:06:52 +01:00
ReorderableListContent.cs.meta Added UI Knob 2016-07-17 19:21:41 +01:00
ReorderableListDebug.cs Added UI Knob 2016-07-17 19:21:41 +01:00
ReorderableListDebug.cs.meta Added UI Knob 2016-07-17 19:21:41 +01:00
ReorderableListElement.cs More Options for ReordableList: 2019-02-22 18:35:03 +01:00
ReorderableListElement.cs.meta 1st Pass update, Updated controls: 2017-05-05 14:06:52 +01:00