csharp
public interface ISubGraphSourceWhere a graph's sub-graphs are found, by node-type path.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
An interface rather than a dictionary parameter, because the editor resolves a sub-graph through the asset database and a test resolves it from three graphs it built by hand, and inlining should not know the difference.
Methods (1)
bool TryGet(string type, out NodeGraphModel? graph)The graph a node type stands for, if it stands for one.
Used by (5)
- FlattenerVixen.Editor.NodeGraph
- NodeGraphCompilerVixen.Editor.NodeGraph
- NodeGraphViewVixen.Editor.NodeGraph
- SubGraphLibraryVixen.Editor.NodeGraph
- SubGraphsVixen.Editor.NodeGraph