What is the usesPreciseCollisionDetection for SCNPhysicsBody

Hi guys.

I finished Chapter 10 and, after doing several test, I notice that occasionally the collision between the Ball and the Barriers is not detected. When this happened, the ball get out of the screen and disappear in oblivion.

For this problem there is a property in SKSpriteKit called usesPreciseCollisionDetection which you mentioned in your book “2D Apple Games by Tutorials”. Now, what is the corresponding
property in SCNPhysicBody?

Thanks.