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