Feature.EstimateMemoryUsage Method
Estimates how many bytes are used to represent this Feature.
EstimateMemoryUsage()
Estimates how many bytes are used to represent this Feature.Syntax
public System.Int32 EstimateMemoryUsage ()
Return Value
An estimation of how many bytes are used to represent the feature.
Remarks
The returned value is an estimation of how much memory is used internally by Carmenta Engine to store the feature, its geometry and attributes.
The estimation does not include any overhead introduced by the API layer or any extra memory required by the underlying native heap allocation routines.
Platforms
Windows, Linux, Android