Delegate TerrainGraph.FillArgumentsHandler
Callback used to append extra execution arguments before the graph starts.
public delegate void TerrainGraph.FillArgumentsHandler(TerrainGraph graph, IDictionary<int, Args> args)
Parameters
graphTerrainGraphThe graph about to execute.
argsIDictionary<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.