Click or drag to resize

TerrainCacheGroup.AddCache Method

Adds a cache to the group.

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

Parameters

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