Reorderable List Control for Unity
- Namespaces
- Rotorz.ReorderableList
- GenericListAdaptor<(Of <(<'T>)>)>
GenericListAdaptor<(Of <(<'T>)>)> Class
Reorderable list adaptor for generic list.
public sealed class GenericListAdaptor<T> : IReorderableListAdaptor
Generic Template Parameters
- T
All Members | Constructors | Methods | Properties | Fields |
Member | Description | |
---|---|---|
GenericListAdaptor<(Of <(<'T>)>)>(IList<(Of <<'(T>)>>), ReorderableListControl..::..ItemDrawer<(Of <<'(T>)>>), Single) |
Initializes a new instance of GenericListAdaptor<(Of <(<'T>)>)>.
|
|
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.
|
|
fixedItemHeight |
Fixed height of each list item.
|
|
GetItemHeight(Int32) |
Gets height of list item in pixels.
|
|
Insert(Int32) |
Insert new element at specified index.
|
|
Item[([( Int32])]) |
Gets element from list.
|
|
List |
Gets the underlying list data structure.
|
|
Move(Int32, Int32) |
Move element from source index to destination index.
|
|
Remove(Int32) |
Remove element at specified index.
|
Inheritance Hierarchy
Object | |
GenericListAdaptor<(Of <(<'T>)>)> |