Vixen
02b45cc4
csharp
public record class GraphEdgeAsset

One connection, as a file holds it.

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

Remarks

Four fields rather than two nested pairs, because this is a line in a diff. A reviewer looking at a changed graph should be able to read which wire moved without unfolding two levels of mapping, and a merge conflict in a flat record is one a person can resolve.

Fields and properties (4)

  • public int FromNode

    The node the value leaves.

  • public string FromPort

    Which of its outputs.

  • public int ToNode

    The node it arrives at.

  • public string ToPort

    Which of its inputs.

Used by (6)

  • NodeGraphAssetVixen.Editor.NodeGraph
  • NodeGraphClipboardVixen.Editor.NodeGraph
  • NodeGraphDocumentVixen.Editor.NodeGraph
  • NodeGraphModelTestsVixen.Editor.NodeGraph.Tests
  • PasteCommandVixen.Editor.NodeGraph
  • TypeRegistrationVixen.Editor.NodeGraph