public interface ContactListener
Modifier and Type | Method and Description |
---|---|
void |
beginContact(Contact contact)
Called when two fixtures begin to touch.
|
void |
endContact(Contact contact)
Called when two fixtures cease to touch.
|
void |
postSolve(Contact contact,
ContactImpulse impulse) |
void |
preSolve(Contact contact,
Manifold oldManifold) |
void beginContact(Contact contact)
void endContact(Contact contact)
void postSolve(Contact contact, ContactImpulse impulse)