Property ByteCount
- Namespace
- Box3D
- Assembly
- Box3D.NET.dll
ByteCount
Gets the memory the height field occupies, in bytes.
public int ByteCount { get; }Property Value
Remarks
Compare against a mesh of the same resolution: heights are stored as sixteen-bit values, so a height field is far smaller than the equivalent triangle soup.
Exceptions
- ObjectDisposedException
-
The height field has been disposed.