setMass method
Set the mass of this shape to have Chipmunk calculate mass properties for you.
Implementation
void setMass(double mass) => _shape.setMass(mass);
Set the mass of this shape to have Chipmunk calculate mass properties for you.
void setMass(double mass) => _shape.setMass(mass);