|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContactListener
Method Summary | |
---|---|
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)
|
Method Detail |
---|
void beginContact(Contact contact)
void endContact(Contact contact)
void preSolve(Contact contact, Manifold oldManifold)
void postSolve(Contact contact, ContactImpulse impulse)
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |