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: 25.2.423.0 (25.2.423.0)
Syntax
public abstract TerrainRegion LeastRecentlyUsedRegion { get; }

Return Value

Type: TerrainRegion
The least recently used region.
See Also