Table of Contents

Method AddTextureLayer

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

AddTextureLayer(TerrainLayer, RenderTexture)

Adds one terrain layer and its corresponding weight texture.

public void AddTextureLayer(TerrainLayer desc, RenderTexture texture)

Parameters

desc TerrainLayer

Terrain layer that the weight texture belongs to.

texture RenderTexture

Weight texture for desc.

Remarks

Layer and weight ordering is significant. Consumers assume both collections stay index-aligned.