| Package | Description |
|---|---|
| com.almasb.fxgl.physics | |
| com.almasb.fxgl.physics.box2d.callbacks |
| Modifier and Type | Method and Description |
|---|---|
void |
PhysicsWorld.postSolve(Contact contact,
ContactImpulse impulse) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContactListener.postSolve(Contact contact,
ContactImpulse impulse)
This lets you inspect a contact after the solver is finished.
|
Copyright © 2018. All rights reserved.