Method GetDensityMaps
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
templatesList<DetailTemplate>Destination list that receives detail templates.
densityMapsList<RenderTexture>Destination list that receives density maps.