ReorderableListControl.Flags Property

Rotorz ReorderableList

ReorderableListControlFlags Property
Gets or sets flags which affect behavior of control.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public ReorderableListFlags Flags { get; set; }
public function get Flags() : ReorderableListFlags
public function set Flags(value : ReorderableListFlags)

Property Value

Type: ReorderableListFlags
See Also