Table of Contents

Method b3OverlapCapsule

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

b3OverlapCapsule(b3Capsule*, b3Transform, b3ShapeProxy*)

Overlap shape versus capsule

public static extern NativeBool b3OverlapCapsule(b3Capsule* shape, b3Transform shapeTransform, b3ShapeProxy* proxy)

Parameters

shape b3Capsule*

See the Box3D documentation.

shapeTransform b3Transform

See the Box3D documentation.

proxy b3ShapeProxy*

See the Box3D documentation.

Returns

NativeBool

See the Box3D documentation.