public interface RagdollCollisionListener
This interface is shared between JBullet and Native Bullet.
Modifier and Type | Method and Description |
---|---|
void |
collide(Bone bone,
PhysicsCollisionObject object,
PhysicsCollisionEvent event)
Invoked when a collision involving a KinematicRagdollControl occurs.
|
void collide(Bone bone, PhysicsCollisionObject object, PhysicsCollisionEvent event)
bone
- the ragdoll bone that collided (not null)object
- the collision object that collided with the bone (not null)event
- other event details (not null)