collisionImpulse
The force over time of the collision, in newton-seconds.
Declaration
var collisionImpulse: CGFloat { get }Discussion
This property’s value tells you how hard the bodies struck each other in a collision. For example, in a game you might allow a character to proceed unhindered after a minor collision, but take damage when struck with sufficient force.