Method b3Body_CollideMover
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_CollideMover(b3BodyId, b3BodyPlaneResult*, int, Vector3, b3Capsule*, b3QueryFilter, b3Transform)
Collide a character mover with a specific body using a specified body transform.
public static extern int b3Body_CollideMover(b3BodyId bodyId, b3BodyPlaneResult* bodyPlanes, int planeCapacity, Vector3 origin, b3Capsule* mover, b3QueryFilter filter, b3Transform bodyTransform)Parameters
bodyIdb3BodyId-
See the Box3D documentation.
bodyPlanesb3BodyPlaneResult*-
See the Box3D documentation.
planeCapacityint-
See the Box3D documentation.
originVector3-
See the Box3D documentation.
moverb3Capsule*-
See the Box3D documentation.
filterb3QueryFilter-
See the Box3D documentation.
bodyTransformb3Transform-
See the Box3D documentation.
Returns
- int
-
See the Box3D documentation.