csharp
public sealed class SubGraphLibrarySub-graphs held in memory, keyed by the node-type path that stands for each.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (1)
public IEnumerable<string> PathsEvery path registered, in no particular order.
Methods (2)
public void Add(string path, NodeGraphModel graph, NodeTypeRegistry? registry = null)Adds a graph, and the node type that stands for it.
public bool TryGet(string type, out NodeGraphModel? graph)The graph a node type stands for, if it stands for one.
Used by (3)
- NodeGraphViewVixen.Editor.NodeGraph
- SubGraphTestsVixen.Editor.NodeGraph.Tests
- ViewTestsVixen.Editor.NodeGraph.Tests