TerrainRegionCache Property |
Gets the cache associated with this region.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TerrainCache Cache { get; }
Public ReadOnly Property Cache As TerrainCache
Get
public:
property TerrainCache^ Cache {
TerrainCache^ get ();
}
member Cache : TerrainCache with get
Property Value
Type:
TerrainCacheSee Also