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: 23.2.417.0 (23.2.417.0)
Syntaxpublic TerrainCacheTimeStamp LastAccess { get; }
Public ReadOnly Property LastAccess As TerrainCacheTimeStamp
Get
public:
property TerrainCacheTimeStamp LastAccess {
TerrainCacheTimeStamp get ();
}
member LastAccess : TerrainCacheTimeStamp with get
Property Value
Type:
TerrainCacheTimeStamp
See Also