[][src]Module specs_physics::bodies

Modules

util

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.

Traits

Position

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