| Package | Description |
|---|---|
| com.badlogic.gdx.physics.box2d |
| Modifier and Type | Method and Description |
|---|---|
Array<Contact> |
World.getContactList()
Returns the list of
Contact instances produced by the last call to World.step(float, int, int). |
| Modifier and Type | Method and Description |
|---|---|
void |
ContactListener.beginContact(Contact contact)
Called when two fixtures begin to touch.
|
void |
ContactListener.endContact(Contact contact)
Called when two fixtures cease to touch.
|
void |
ContactListener.postSolve(Contact contact,
ContactImpulse impulse) |
void |
ContactListener.preSolve(Contact contact,
Manifold oldManifold) |