|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bulletphysics.ContactAddedCallback
public abstract class ContactAddedCallback
Called when contact has been created between two collision objects. At least
one of object must have CollisionFlags.CUSTOM_MATERIAL_CALLBACK flag set.
BulletGlobals.setContactAddedCallback(com.bulletphysics.ContactAddedCallback)| Constructor Summary | |
|---|---|
ContactAddedCallback()
|
|
| Method Summary | |
|---|---|
abstract boolean |
contactAdded(ManifoldPoint cp,
CollisionObject colObj0,
int partId0,
int index0,
CollisionObject colObj1,
int partId1,
int index1)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContactAddedCallback()
| Method Detail |
|---|
public abstract boolean contactAdded(ManifoldPoint cp,
CollisionObject colObj0,
int partId0,
int index0,
CollisionObject colObj1,
int partId1,
int index1)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||