Vixen
02b45cc4
csharp
public readonly record struct GraphEdge

One connection, from an output to an input.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • public PortRef From

    The output it leaves.

  • public PortRef To

    The input it arrives at.

Methods (1)

  • public GraphEdge(PortRef From, PortRef To)

    One connection, from an output to an input.

Used by (19)

  • AddNodeCommandVixen.Editor.NodeGraph
  • CompositorGraphCompilerVixen.Editor.AssetEditors
  • ConnectCommandVixen.Editor.NodeGraph
  • DisconnectCommandVixen.Editor.NodeGraph
  • ExtractSubGraphCommandVixen.Editor.NodeGraph
  • FlattenerVixen.Editor.NodeGraph
  • GraphPairVixen.Editor.NodeGraph.Tests
  • LayoutTestsVixen.Editor.NodeGraph.Tests
  • NodeGraphClipboardVixen.Editor.NodeGraph
  • NodeGraphDocumentVixen.Editor.NodeGraph
  • NodeGraphLayoutVixen.Editor.NodeGraph
  • NodeGraphModelVixen.Editor.NodeGraph
  • NodeGraphModelTestsVixen.Editor.NodeGraph.Tests
  • NodeGraphViewVixen.Editor.NodeGraph
  • PasteCommandVixen.Editor.NodeGraph
  • RemoveNodesCommandVixen.Editor.NodeGraph
  • SubGraphExtractionVixen.Editor.NodeGraph
  • SubGraphsVixen.Editor.NodeGraph
  • ViewTestsVixen.Editor.NodeGraph.Tests