Reorderable List Control for Unity
- Namespaces
- Rotorz.ReorderableList
- IReorderableListAdaptor
IReorderableListAdaptor Interface
Adaptor allowing reorderable list control to interface with list data.
public interface IReorderableListAdaptor
All Members | Methods | Properties |
Member | Description | |
---|---|---|
Add()()()() |
Add new element at end of list.
|
|
Clear()()()() |
Clear all elements from list.
|
|
Count |
Gets count of elements in list.
|
|
DrawItem(Rect, Int32) |
Draw interface for list element.
|
|
Duplicate(Int32) |
Duplicate existing element.
|
|
GetItemHeight(Int32) |
Gets height of list item in pixels.
|
|
Insert(Int32) |
Insert new element at specified index.
|
|
Move(Int32, Int32) |
Move element from source index to destination index.
|
|
Remove(Int32) |
Remove element at specified index.
|