BodyId

Type Alias BodyId 

Source
pub type BodyId = usize;
Expand description

The identifier used for looking up a Body in a World.

An identifier is used to avoid the need for an Rc - the Body can be looked up on demand through the World.