Reorderable List Control for Unity
ReorderableListControlDrawControlFromState Method (IReorderableListAdaptor, ReorderableListControlDrawEmpty, ReorderableListFlags) |
Generate and draw control from state object.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)

public static void DrawControlFromState( IReorderableListAdaptor adaptor, ReorderableListControlDrawEmpty drawEmpty, ReorderableListFlags flags )
public static function DrawControlFromState( adaptor : IReorderableListAdaptor, drawEmpty : ReorderableListControlDrawEmpty, flags : ReorderableListFlags )
Parameters
- adaptor
- Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor. - drawEmpty
- Type: Rotorz.ReorderableListReorderableListControlDrawEmpty
Delegate for drawing empty list. - flags
- Type: Rotorz.ReorderableListReorderableListFlags
Optional flags to pass into list field.
