Table of Contents

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

graph TerrainGraph

Graph being executed.

args IDictionary<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.