Method FillTerrainGraphArguments
FillTerrainGraphArguments(TerrainGraph, IDictionary<int, Args>)
Adds or updates graph argument entries before terrain-graph execution.
void FillTerrainGraphArguments(TerrainGraph graph, IDictionary<int, Args> args)
Parameters
graphTerrainGraphThe graph that will be executed.
argsIDictionary<int, Args>The mutable argument table that should receive the implementation's entries.