Click or drag to resize

RasterTerrainCacheLeastRecentlyUsedRegion Property

Gets the region in this cache that was least recently used.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override TerrainRegion LeastRecentlyUsedRegion { get; }

Return Value

Type: TerrainRegion
The least recently used region.
See Also