pub fn shape_set_capsule( world: &mut World, shape_id: ShapeId, capsule: &Capsule, )
Allows you to change a shape to be a capsule or update the current capsule. (b2Shape_SetCapsule)