Table of Contents

Property textureInputs

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

textureInputs

Gets or sets custom texture inputs exposed to the terrain graph for this biome.

public TextureInput[] textureInputs { get; set; }

Property Value

TextureInput[]

Remarks

The getter returns a copy of the array. At request time, each valid input is copied into a temporary render texture and injected into the graph input container by name.