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
bodyIdb3BodyId-
See the Box3D documentation.
originVector3-
See the Box3D documentation.
proxyb3ShapeProxy*-
See the Box3D documentation.
filterb3QueryFilter-
See the Box3D documentation.
bodyTransformb3Transform-
See the Box3D documentation.
Returns
- NativeBool
-
See the Box3D documentation.