TerrainCacheGroupRequestRegionLoad 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: 24.2.419.0 (24.2.419.0)
Syntax public 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.TerrainTerrainRegion
The region to load.
Exceptions Exception | Condition |
---|
InvalidOperationException |
Thrown when this cache group is asked to load a region belonging to a different cache group.
|
See Also