TerrainCacheSize Property |
Gets the approximate total memory, in bytes, used by all regions in the cache.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract long Size { get; }
Public MustOverride ReadOnly Property Size As Long
Get
public:
virtual property long long Size {
long long get () abstract;
}
abstract Size : int64 with get
Property Value
Type:
Int64See Also