|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contact | |
---|---|
com.badlogic.gdx.physics.box2d |
Uses of Contact in com.badlogic.gdx.physics.box2d |
---|
Methods in com.badlogic.gdx.physics.box2d that return types with arguments of type Contact | |
---|---|
java.util.List<Contact> |
World.getContactList()
Returns the list of Contact instances produced by the last call to World.step(float, int, int) . |
Methods in com.badlogic.gdx.physics.box2d with parameters of type Contact | |
---|---|
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)
|
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |