Package jolt.physics.collision
Interface ContactListenerFn
- All Known Subinterfaces:
ContactListenerFn.D,ContactListenerFn.F
public interface ContactListenerFn
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoidonContactAdded(Body body1, Body body2, ContactManifold manifold, ContactSettings settings) voidonContactPersisted(Body body1, Body body2, ContactManifold manifold, ContactSettings settings) voidonContactRemoved(SubShapeIdPair subShapeIdPair)
-
Method Details
-
onContactAdded
-
onContactPersisted
-
onContactRemoved
-