Module shipyard_rapier2d::physics::components[][src]

Structs

ColliderHandleComponent

A component representing a collider that is being handled by a Rapier physics World.

JointBuilderComponent

Component responsible for initializing a Rapier joint.

JointHandleComponent

A component representing a joint added to the JointSet resource.

PhysicsInterpolationComponent

A component to store the previous position of a body to use for interpolation between steps

RigidBodyHandleComponent

A component representing a rigid-body that is being handled by a Rapier physics World.