Contents

physicsWorld(_:didBegin:)

Tells the delegate that two bodies have come into contact.

Declaration

optional func physicsWorld(_ world: SCNPhysicsWorld, didBegin contact: SCNPhysicsContact)

Parameters

  • world:

    The physics world that is processing the contact.

  • contact:

    An object that describes the contact.

See Also

Responding to Contact Events