Table of Contents

Interface ILayerWeightsPopulator

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

Defines a tile contract for applying terrain layer weights.

public interface ILayerWeightsPopulator : ITile
Inherited Members
Extension Methods

Properties

terrainLayers

Gets the terrain layers currently assigned to the tile backend.

Methods

ClearLayerWeights()

Clears all terrain layer weights and assigned terrain layers from the tile backend.

PopulateLayerWeights(List<TerrainLayer>, List<RenderTexture>)

Applies generated layer-weight textures to the tile.