| Package | Description |
|---|---|
| com.almasb.fxgl.physics | |
| com.almasb.fxgl.physics.box2d.dynamics |
| Modifier and Type | Method and Description |
|---|---|
void |
PhysicsComponent.setBodyDef(BodyDef def)
Set custom body definition to describe a generated
body for this physics entity.
|
| Modifier and Type | Method and Description |
|---|---|
Body |
World.createBody(BodyDef def)
Create a rigid body given a definition.
|
| Constructor and Description |
|---|
Body(BodyDef bd,
World world) |
Copyright © 2017. All rights reserved.