com.bulletphysics
Interface ContactDestroyedCallback


public interface ContactDestroyedCallback

Called when contact has been destroyed between two collision objects.

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

Method Summary
 boolean contactDestroyed(Object userPersistentData)
           
 

Method Detail

contactDestroyed

boolean contactDestroyed(Object userPersistentData)