com.bulletphysics
Class ContactDestroyedCallback

java.lang.Object
  extended by com.bulletphysics.ContactDestroyedCallback

public abstract class ContactDestroyedCallback
extends Object

Called when contact has been destroyed between two collision objects.

See Also:
BulletGlobals.setContactDestroyedCallback(com.bulletphysics.ContactDestroyedCallback)

Constructor Summary
ContactDestroyedCallback()
           
 
Method Summary
abstract  boolean contactDestroyed(Object userPersistentData)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactDestroyedCallback

public ContactDestroyedCallback()
Method Detail

contactDestroyed

public abstract boolean contactDestroyed(Object userPersistentData)