Class DragItemPositioning
The drag item positioning modes.
Inheritance
System.Object
DragItemPositioning
Namespace: FlaxEngine.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class DragItemPositioning : Enum
Fields
Above
Above the item (near the upper/left edge).
Declaration
public const DragItemPositioning Above
Field Value
DragItemPositioning
|
At
Below
Below the item (near the bottom/right edge)
Declaration
public const DragItemPositioning Below
Field Value
DragItemPositioning
|
None
value__
Declaration
public int value__
Field Value
System.Int32
|