Method b3DumpHeightData
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3DumpHeightData(b3HeightFieldDef*, byte*)
Save input height data to a file
public static extern void b3DumpHeightData(b3HeightFieldDef* data, byte* fileName)Parameters
datab3HeightFieldDef*-
See the Box3D documentation.
fileNamebyte*-
See the Box3D documentation.