[][src]Type Definition physics2d::BodyId

type BodyId = usize;

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.