Table of Contents

Property cleanUpMode

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

cleanUpMode

Gets or sets when cached biome data should be released.

public LocalProceduralBiome.CleanUpMode cleanUpMode { get; set; }

Property Value

LocalProceduralBiome.CleanUpMode

Remarks

Pinwheel.Vista.LocalProceduralBiome.CleanUpMode.EachIteration frees the cache after each manager generation pass. Use Pinwheel.Vista.LocalProceduralBiome.CleanUpMode.Manually only when repeated remapping of the same biome cache is more valuable than the extra memory cost.