Click or drag to resize

TerrainCacheGroupAddCache Method

Adds a cache to the group.

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 AddCache(
	TerrainCache cache
)

Parameters

cache
Type: AGI.Foundation.TerrainTerrainCache
The cache to add.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when cache is .
See Also