Table of Contents

Method b3GetHeightFieldFlags

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3GetHeightFieldFlags(b3HeightFieldData*)

Gets the per-triangle flags of a height field.

public static byte* b3GetHeightFieldFlags(b3HeightFieldData* hf)

Parameters

hf b3HeightFieldData*

The height field.

Returns

byte*

A pointer to the array, or null when the height field has none.