createBody method

Body createBody(
  1. BodyDef def
)

Implementation

Body createBody(BodyDef def) {
  return physicsWorld.createBody(def);
}