Type Definition nphysics2d::object::RigidBodyHandle [] [src]

type RigidBodyHandle<N> = Rc<RefCell<RigidBody<N>>>;

A shared, mutable, rigid body.