Method b3OverlapHeightField
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3OverlapHeightField(b3HeightFieldData*, b3Transform, b3ShapeProxy*)
Overlap shape versus height field
public static extern NativeBool b3OverlapHeightField(b3HeightFieldData* shape, b3Transform shapeTransform, b3ShapeProxy* proxy)Parameters
shapeb3HeightFieldData*-
See the Box3D documentation.
shapeTransformb3Transform-
See the Box3D documentation.
proxyb3ShapeProxy*-
See the Box3D documentation.
Returns
- NativeBool
-
See the Box3D documentation.