| Package | Description |
|---|---|
| com.almasb.fxgl.physics | |
| com.almasb.fxgl.physics.box2d.dynamics | |
| com.almasb.fxgl.physics.box2d.dynamics.joints | |
| com.almasb.fxgl.physics.box2d.particle |
| Modifier and Type | Method and Description |
|---|---|
World |
PhysicsWorld.getJBox2DWorld()
Note: certain modifications to the jbox2d world directly may not be
recognized by FXGL.
|
| Modifier and Type | Method and Description |
|---|---|
World |
Body.getWorld()
Get the parent world of this body.
|
| Modifier and Type | Method and Description |
|---|---|
static Joint |
Joint.create(World world,
JointDef def) |
| Constructor and Description |
|---|
ConstantVolumeJoint(World argWorld,
ConstantVolumeJointDef def) |
| Constructor and Description |
|---|
ParticleSystem(World world) |
Copyright © 2018. All rights reserved.