Package jolt.physics.collision
Interface ContactListenerFn.F
- All Superinterfaces:
ContactListenerFn
- Enclosing interface:
ContactListenerFn
-
Nested Class Summary
Nested classes/interfaces inherited from interface jolt.physics.collision.ContactListenerFn
ContactListenerFn.D, ContactListenerFn.F -
Method Summary
Modifier and TypeMethodDescriptiononContactValidate(Body body1, Body body2, FVec3 baseOffset, CollideShapeResult collisionResult) Methods inherited from interface jolt.physics.collision.ContactListenerFn
onContactAdded, onContactPersisted, onContactRemoved
-
Method Details
-
onContactValidate
ValidateResult onContactValidate(Body body1, Body body2, FVec3 baseOffset, CollideShapeResult collisionResult)
-