Click or drag to resize

TerrainCacheGroupRequestRegionLoad Method

Requests that a region be loaded into cache. This method returns immediately without loading the region 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.1.418.0 (24.1.418.0)
Syntax
public void RequestRegionLoad(
	TerrainRegion region
)

Parameters

region
Type: AGI.Foundation.TerrainTerrainRegion
The region to load.
Exceptions
ExceptionCondition
InvalidOperationException Thrown when this cache group is asked to load a region belonging to a different cache group.
See Also