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