TerrainCacheGroup.RequestRegionLoad Method |
Requests that a region be loaded into cache.
This method returns immediately, and the region is later loaded in the cache group's thread.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void RequestRegionLoad(
TerrainRegion region
)
Public Sub RequestRegionLoad (
region As TerrainRegion
)
public:
void RequestRegionLoad(
TerrainRegion^ region
)
member RequestRegionLoad :
region : TerrainRegion -> unit
Parameters
- region
- Type: AGI.Foundation.Terrain.TerrainRegion
The region to load.
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when this cache group is asked to load a region belonging to a different cache group.
|
See Also