Table of Contents

Property terrainGraph

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

terrainGraph

Gets or sets the terrain graph that generates this biome's cached outputs.

public TerrainGraph terrainGraph { get; set; }

Property Value

TerrainGraph

Remarks

The assigned graph is evaluated in the biome's own bounds when the cache is rebuilt. When exposed properties are present and a clone callback is available, the graph is cloned per cache rebuild so propertyOverrides can be applied without mutating the source asset instance.