Click or drag to resize

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)
Syntax
public void RequestRegionLoad(
	TerrainRegion region
)

Parameters

region
Type: AGI.Foundation.Terrain.TerrainRegion
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