Table of Contents

Delegate TerrainGraph.NodeExecutionHandler

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

Callback invoked around one node execution step.

public delegate void TerrainGraph.NodeExecutionHandler(TerrainGraph graph, TerrainGenerationConfigs data, INode node)

Parameters

graph TerrainGraph

The graph containing the node.

data TerrainGenerationConfigs

The request configuration used for the current graph run.

node INode

The node about to run or that has just finished running.