Table of Contents

Method FillTerrainGraphArguments

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

FillTerrainGraphArguments(TerrainGraph, IDictionary<int, Args>)

Adds or updates graph argument entries before terrain-graph execution.

void FillTerrainGraphArguments(TerrainGraph graph, IDictionary<int, Args> args)

Parameters

graph TerrainGraph

The graph that will be executed.

args IDictionary<int, Args>

The mutable argument table that should receive the implementation's entries.