enum DragDirection : System.Enum

book_4_sparkGenerated
code_blocksInput

Description

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.

Members

Fields

Member NameSummary
HorizontalRepresents a horizontal drag direction.
VerticalRepresents a vertical drag direction.