Property cleanUpMode
cleanUpMode
Gets or sets when cached biome data should be released.
public LocalProceduralBiome.CleanUpMode cleanUpMode { get; set; }
Property Value
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.