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.2.419.0 (24.2.419.0)
Syntax public bool IsLockedInMemory { get; set; }
Public Property IsLockedInMemory As Boolean
Get
Set
public:
property bool IsLockedInMemory {
bool get ();
void set (bool value);
}
member IsLockedInMemory : bool with get, set
Property Value
Type:
BooleanSee Also