Vixen
02b45cc4
csharp
public readonly record struct NodeSearchResult

One thing the create search found.

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

Fields and properties (3)

  • public NodeTypeDefinition Type

    The node type.

  • public string Port

    The port a dragged wire would land on, or empty when the search was not from a wire.

  • public int Score

    How well it matched. Higher is better.

Methods (1)

  • public NodeSearchResult(NodeTypeDefinition Type, string Port, int Score)

    One thing the create search found.

Used by (5)

  • NodeGraphViewVixen.Editor.NodeGraph
  • NodeSearchVixen.Editor.NodeGraph
  • NodeSearchPopupVixen.Editor.NodeGraph
  • SearchTestsVixen.Editor.NodeGraph.Tests
  • ViewTestsVixen.Editor.NodeGraph.Tests