destroyBody method

void destroyBody(
  1. Body body
)

Implementation

void destroyBody(Body body) {
  physicsWorld.destroyBody(body);
}