Vixen
02b45cc4
csharp
public readonly record struct PortRef

One end of an edge: a port of a node.

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

Fields and properties (2)

  • public NodeId Node

    Which node.

  • public string Port

    Which of its ports, by name.

Methods (2)

  • public PortRef(NodeId Node, string Port)

    One end of an edge: a port of a node.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (21)

  • CommandTestsVixen.Editor.NodeGraph.Tests
  • CompositorGraphCompilerVixen.Editor.AssetEditors
  • ConnectCommandVixen.Editor.NodeGraph
  • ConnectionRefusalVixen.Editor.NodeGraph
  • DisconnectCommandVixen.Editor.NodeGraph
  • ExtractSubGraphCommandVixen.Editor.NodeGraph
  • FlattenerVixen.Editor.NodeGraph
  • GraphEdgeVixen.Editor.NodeGraph
  • GraphPairVixen.Editor.NodeGraph.Tests
  • LayoutTestsVixen.Editor.NodeGraph.Tests
  • NodeGraphClipboardVixen.Editor.NodeGraph
  • NodeGraphCompilerVixen.Editor.NodeGraph
  • NodeGraphDocumentVixen.Editor.NodeGraph
  • NodeGraphLayoutVixen.Editor.NodeGraph
  • NodeGraphModelVixen.Editor.NodeGraph
  • NodeGraphModelTestsVixen.Editor.NodeGraph.Tests
  • NodeGraphViewVixen.Editor.NodeGraph
  • SubGraphExtractionVixen.Editor.NodeGraph
  • SubGraphTestsVixen.Editor.NodeGraph.Tests
  • SubGraphsVixen.Editor.NodeGraph
  • ViewTestsVixen.Editor.NodeGraph.Tests