Click or drag to resize

TerrainCacheLeastRecentlyUsedRegion Property

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

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

Return Value

Type: TerrainRegion
The least recently used region.
See Also