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 (7)
- GraphDocumentTestsVixen.Editor.NodeGraph.Tests
- NodeGraphViewVixen.Editor.NodeGraph
- ShaderGraphSpanTestsVixen.Editor.ShaderGraph.Tests
- ShaderGraphTestsVixen.Editor.AssetEditors.Tests
- SubGraphTestsVixen.Editor.NodeGraph.Tests
- TextureGraphLibraryVixen.Editor.TextureGraph
- ViewTestsVixen.Editor.NodeGraph.Tests