public interface RagdollCollisionListener
This class is shared between JBullet and Native Bullet.
Modifier and Type | Method and Description |
---|---|
void |
collide(PhysicsLink physicsLink,
PhysicsCollisionObject object,
PhysicsCollisionEvent event)
Invoked when a collision involving a linked rigid body occurs.
|
void collide(PhysicsLink physicsLink, PhysicsCollisionObject object, PhysicsCollisionEvent event)
physicsLink
- the physics link that collided (not null)object
- the collision object that collided with the bone (not null)event
- other event details (not null)