Table of Contents

Method GetDensityMaps

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

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

Copies the stored detail templates and density maps into caller-provided lists.

public void GetDensityMaps(List<DetailTemplate> templates, List<RenderTexture> densityMaps)

Parameters

templates List<DetailTemplate>

Destination list that receives detail templates.

densityMaps List<RenderTexture>

Destination list that receives density maps.