Vixen
02b45cc4
csharp
public record class GraphNodeAsset

One node, as a file holds it.

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

Fields and properties (6)

  • public int Id

    Its identity within the graph.

  • public string Type

    Which node type, by path.

  • public float X

    Where it sits on the canvas, horizontally.

  • public float Y

    And vertically.

  • public Dictionary<string, float[]> Values

    The inline values its unconnected inputs were given, port name to lanes.

  • public Dictionary<string, string> Texts

    The inline texts its unconnected inputs were given, port name to text.

Used by (7)

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