TerrainRegion Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected TerrainRegion(
TerrainCache cache
)
Protected Sub New (
cache As TerrainCache
)
protected:
TerrainRegion(
TerrainCache^ cache
)
new :
cache : TerrainCache -> TerrainRegion
Parameters
- cache
- Type: AGI.Foundation.TerrainTerrainCache
The cache that owns this region.
Exceptions See Also