Table of Contents

Delegate TerrainGraph.GraphExecutionHandler

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

Callback invoked around whole-graph execution.

public delegate void TerrainGraph.GraphExecutionHandler(TerrainGraph graph, TerrainGenerationConfigs data, string[] nodeIds)

Parameters

graph TerrainGraph

The graph being executed.

data TerrainGenerationConfigs

The request configuration used for the execution.

nodeIds string[]

The target node ids requested by the caller. Dependency nodes may also execute, but this list identifies the requested outputs that drove the run.