bodies property

List<Body> get bodies

All bodies currently in the world.

Implementation

List<f2d.Body> get bodies => world.bodies;