Table of Contents

Method b3Body_OverlapShape

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

b3Body_OverlapShape(b3BodyId, Vector3, b3ShapeProxy*, b3QueryFilter, b3Transform)

Overlap a shape with a specific body using a specified body transform.

public static extern NativeBool b3Body_OverlapShape(b3BodyId bodyId, Vector3 origin, b3ShapeProxy* proxy, b3QueryFilter filter, b3Transform bodyTransform)

Parameters

bodyId b3BodyId

See the Box3D documentation.

origin Vector3

See the Box3D documentation.

proxy b3ShapeProxy*

See the Box3D documentation.

filter b3QueryFilter

See the Box3D documentation.

bodyTransform b3Transform

See the Box3D documentation.

Returns

NativeBool

See the Box3D documentation.