|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PhysicsCollisionGroupListener
Method Summary | |
---|---|
boolean |
collide(PhysicsCollisionObject nodeA,
PhysicsCollisionObject nodeB)
Called when two physics objects of the registered group are about to collide, called from physics thread. This is only called when the collision will happen based on the collisionGroup and collideWithGroups settings in the PhysicsCollisionObject. |
Method Detail |
---|
boolean collide(PhysicsCollisionObject nodeA, PhysicsCollisionObject nodeB)
nodeA
- CollisionObject #1nodeB
- CollisionObject #2
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |