The DragDirection enumeration in the Editor.NodeEditor
namespace defines the possible directions for dragging operations within the node editor. This enum is used to specify whether a drag action is horizontal or vertical.
The DragDirection enumeration in the Editor.NodeEditor
namespace defines the possible directions for dragging operations within the node editor. This enum is used to specify whether a drag action is horizontal or vertical.
Member Name | Summary |
---|---|
Horizontal | Represents a horizontal drag direction. |
Vertical | Represents a vertical drag direction. |