getMass method

double getMass()

Get the mass of the shape if you are having Chipmunk calculate mass properties for you.

Implementation

double getMass() => _shape.getMass();