[][src]Type Definition nphysics3d::object::Bodies

type Bodies<'a, N> = Iter<'a, Box<dyn Body<N>>>;

Iterator yielding all the bodies on a body set.