Class PhysicsContact
java.lang.Object
com.codename1.gaming.physics.PhysicsContact
A contact between two bodies, passed to a
ContactListener.-
Method Details
-
getBodyA
-
getBodyB
-
getSpriteA
The sprite (or otherPhysicsLinkable) linked to body A, or null. -
getSpriteB
The sprite (or otherPhysicsLinkable) linked to body B, or null. -
isTouching
public boolean isTouching()
-