Table of Contents

Method GetDependencySubGraphs

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

GetDependencySubGraphs()

Returns every terrain graph referenced by TerrainSubGraphNode nodes in this graph.

public override IEnumerable<GraphAsset> GetDependencySubGraphs()

Returns

IEnumerable<GraphAsset>

The subgraph assets referenced directly by this graph's subgraph nodes.

Remarks

GraphContext uses this to detect recursive subgraph dependencies before execution starts.