Vixen
caa30e12
csharp
public enum GraphOrientation

Which way a graph reads, which is where a wire leaves a node.

Read the guide page for this →

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)

  • Horizontal

    Inputs on the left edge, outputs on the right. What a dataflow graph wants.

  • Vertical

    Inputs on the top edge, outputs on the bottom. What a tree wants.

Used by (4)

  • NodeCanvasVixen.Ui.Controls.Advanced
  • NodeWireLayerVixen.Ui.Controls.Advanced
  • BehaviorTreeViewVixen.Editor.AssetEditors
  • GoapDomainViewVixen.Editor.AssetEditors