Table of Contents

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

bodyId b3BodyId

See the Box3D documentation.

bodyPlanes b3BodyPlaneResult*

See the Box3D documentation.

planeCapacity int

See the Box3D documentation.

origin Vector3

See the Box3D documentation.

mover b3Capsule*

See the Box3D documentation.

filter b3QueryFilter

See the Box3D documentation.

bodyTransform b3Transform

See the Box3D documentation.

Returns

int

See the Box3D documentation.