TerrainCacheGroupAddCache Method |
Adds a cache to the group.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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 See Also