Interface IPhysicsCollisionEvent
Hierarchy
- IPhysicsCollisionEvent
Index
Properties
collided AgainstSearch playground for collidedAgainst
2nd physics body that collided
collided Against IndexSearch playground for collidedAgainstIndex
index in instances array for the collidedAgainst
colliderSearch playground for collider
1st physics body that collided
collider IndexSearch playground for colliderIndex
index in instances array for the collider
distanceSearch playground for distance
Penetration distance
impulseSearch playground for impulse
Impulse value computed by the solver response
normalSearch playground for normal
Collision world normal direction
pointSearch playground for point
World position where the collision occured
Collision object that is the parameter when notification for collision fires.