createBody method
Body
createBody(
- BodyDef def
Creates a new body from the given def.
Implementation
f2d.Body createBody(f2d.BodyDef def) => world.createBody(def);
Creates a new body from the given def.
f2d.Body createBody(f2d.BodyDef def) => world.createBody(def);