Delegate TerrainGraph.NodeExecutionHandler
Callback invoked around one node execution step.
public delegate void TerrainGraph.NodeExecutionHandler(TerrainGraph graph, TerrainGenerationConfigs data, INode node)
Parameters
graphTerrainGraphThe graph containing the node.
dataTerrainGenerationConfigsThe request configuration used for the current graph run.
nodeINodeThe node about to run or that has just finished running.