Reorderable List Control for Unity
- Namespaces
- Rotorz.ReorderableList
- GenericListAdaptor<(Of <(<'T>)>)>
- GenericListAdaptor<(Of <(<'T>)>)>(IList<(Of <<'(T>)>>), ReorderableListControl..::..ItemDrawer<(Of <<'(T>)>>), Single)
GenericListAdaptor<(Of <(<'T>)>)> Constructor (list, itemDrawer, itemHeight)
Initializes a new instance of GenericListAdaptor<(Of <(<'T>)>)>.
public GenericListAdaptor( IList<T> list, ReorderableListControl..::..ItemDrawer<T> itemDrawer, float itemHeight )
Parameters
- list (IList<(Of <(<'T>)>)>)
- The list which can be reordered.
- itemDrawer (ReorderableListControl..::..ItemDrawer<(Of <(<'T>)>)>)
- Callback to draw list item.
- itemHeight (Single)
- Height of list item in pixels.