Click or drag to resize

QuantizedMeshTerrainCacheRemoveRegion Method

Removes the specified region from the cache.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected override void RemoveRegion(
	TerrainRegion region
)

Parameters

region
Type: AGI.Foundation.TerrainTerrainRegion
The region to remove.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when region is .
See Also