TerrainCacheGroupAddCache Method |
Adds a cache to the group.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic void AddCache(
TerrainCache cache
)
Public Sub AddCache (
cache As TerrainCache
)
public:
void AddCache(
TerrainCache^ cache
)
member AddCache :
cache : TerrainCache -> unit
Parameters
- cache
- Type: AGI.Foundation.TerrainTerrainCache
The cache to add.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when cache is .
|
See Also