TerrainCacheGroupCurrentTimeStamp Property |
Gets a time stamp that can be used for relative ordering of accesses to caches
and regions within this cache 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 TerrainCacheTimeStamp CurrentTimeStamp { get; }
Public ReadOnly Property CurrentTimeStamp As TerrainCacheTimeStamp
Get
public:
property TerrainCacheTimeStamp CurrentTimeStamp {
TerrainCacheTimeStamp get ();
}
member CurrentTimeStamp : TerrainCacheTimeStamp with get
Property Value
Type:
TerrainCacheTimeStampSee Also