ReorderableListControl Constructor (ReorderableListFlags)

Rotorz ReorderableList

ReorderableListControl Constructor (ReorderableListFlags)
Initializes a new instance of ReorderableListControl.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public ReorderableListControl(
	ReorderableListFlags flags
)
public function ReorderableListControl(
	flags : ReorderableListFlags
)

Parameters

flags
Type: Rotorz.ReorderableListReorderableListFlags
Optional flags which affect behavior of control.
See Also