Table of Contents

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

data b3HeightFieldDef*

See the Box3D documentation.

fileName byte*

See the Box3D documentation.