[][src]Module specs_physics::body

Structs

PhysicsBody

The PhysicsBody Component represents a PhysicsWorld RigidBody in Specs and contains all the data required for the synchronisation between both worlds.

PhysicsBodyBuilder

The PhysicsBodyBuilder implements the builder pattern for PhysicsBodys and is the recommended way of instantiating and customising new PhysicsBody instances.

Enums

BodyStatus

The status of a body.

Traits

Position

An implementation of the Position trait is required for the synchronisation of the position of Specs and nphysics objects.