csharp
public enum GraphOrientationWhich way a graph reads, which is where a wire leaves a node.
Remarks
⚠ Not a rotation of the picture. Nodes keep their shape and their header stays at the top; what changes is the edge a wire attaches to and which way its handles reach. Dataflow reads left to right because a value comes from somewhere and goes somewhere; a tree reads top to bottom because a parent is above its children — docs/plan/37 § D19.
Fields and properties (2)
HorizontalInputs on the left edge, outputs on the right. What a dataflow graph wants.
VerticalInputs on the top edge, outputs on the bottom. What a tree wants.
Used by (2)
- NodeCanvasVixen.Ui.Controls.Advanced
- BehaviorTreeViewVixen.Editor.AssetEditors