Contents

physicsWorld(_:didEnd:)

Tells the delegate that a contact has ended.

Declaration

optional func physicsWorld(_ world: SCNPhysicsWorld, didEnd 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