Table of Contents

Delegate TerrainGraph.FillArgumentsHandler

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

Callback used to append extra execution arguments before the graph starts.

public delegate void TerrainGraph.FillArgumentsHandler(TerrainGraph graph, IDictionary<int, Args> args)

Parameters

graph TerrainGraph

The graph about to execute.

args IDictionary<int, Args>

The live argument table that will be attached to the resulting GraphContext.

Remarks

Local Procedural Biome execution uses this to inject biome-specific arguments such as biome scale, biome space, and biome bounds.