Click or drag to resize

TerrainRegionIsLockedInMemory Property

Gets or sets a value indicating whether this region is locked in memory. A locked region will not be unloaded, even if the cache is full and this is the least recently used region.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool IsLockedInMemory { get; set; }

Property Value

Type: Boolean
See Also