Table of Contents

Method PopulateDetailDensity

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

PopulateDetailDensity(List<DetailTemplate>, List<RenderTexture>)

Applies generated detail density maps to the tile.

ProgressiveTask PopulateDetailDensity(List<DetailTemplate> templates, List<RenderTexture> densityMaps)

Parameters

templates List<DetailTemplate>

Detail templates paired with densityMaps by index.

densityMaps List<RenderTexture>

Generated density maps for the supplied templates.

Returns

ProgressiveTask

A progressive task that completes when density population finishes.