TerrainRegionLastAccess Property |
Gets the time stamp of the last time this region was accessed.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TerrainCacheTimeStamp LastAccess { get; }
Public ReadOnly Property LastAccess As TerrainCacheTimeStamp
Get
public:
property TerrainCacheTimeStamp LastAccess {
TerrainCacheTimeStamp get ();
}
member LastAccess : TerrainCacheTimeStamp with get
Property Value
Type:
TerrainCacheTimeStampSee Also