Method FillTerrainGraphArguments
- Namespace
- Pinwheel.Vista.RealWorldData
- Assembly
- Pinwheel.Vista.RealWorldData.Runtime.dll
FillTerrainGraphArguments(TerrainGraph, IDictionary<int, Args>)
Fills extra terrain-graph arguments for the request.
public void FillTerrainGraphArguments(TerrainGraph graph, IDictionary<int, Args> args)
Parameters
graphTerrainGraphGraph being executed.
argsIDictionary<int, Args>Argument table to extend.
Remarks
The current implementation does not inject any additional arguments because this biome passes its downloaded data entirely through external graph inputs.