bodies property
List<Body>
get
bodies
All bodies currently in the world.
Implementation
List<f2d.Body> get bodies => world.bodies;
All bodies currently in the world.
List<f2d.Body> get bodies => world.bodies;