Delegate TerrainGraph.GraphExecutionHandler
Callback invoked around whole-graph execution.
public delegate void TerrainGraph.GraphExecutionHandler(TerrainGraph graph, TerrainGenerationConfigs data, string[] nodeIds)
Parameters
graphTerrainGraphThe graph being executed.
dataTerrainGenerationConfigsThe request configuration used for the execution.
nodeIdsstring[]The target node ids requested by the caller. Dependency nodes may also execute, but this list identifies the requested outputs that drove the run.