TerrainCacheRemoveRegion Method |
Removes the specified region from the cache.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected abstract void RemoveRegion(
TerrainRegion region
)
Protected MustOverride Sub RemoveRegion (
region As TerrainRegion
)
protected:
virtual void RemoveRegion(
TerrainRegion^ region
) abstract
abstract RemoveRegion :
region : TerrainRegion -> unit
Parameters
- region
- Type: AGI.Foundation.TerrainTerrainRegion
The region to remove.
Exceptions See Also