Method b3Shape_GetHeightField
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Shape_GetHeightField(b3ShapeId)
Get the shape's height field. Asserts the type is correct.
public static extern b3HeightFieldData* b3Shape_GetHeightField(b3ShapeId shapeId)Parameters
shapeIdb3ShapeId-
See the Box3D documentation.
Returns
- b3HeightFieldData*
-
See the Box3D documentation.