csharp
public readonly record struct NodeSearchResultOne 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 TypeThe node type.
public string PortThe port a dragged wire would land on, or empty when the search was not from a wire.
public int ScoreHow 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