<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "SpriteKit",
  "identifier" : "/documentation/SpriteKit/SKPhysicsJoint",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "SpriteKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SKPhysicsJoint"
  },
  "title" : "SKPhysicsJoint"
}
-->

# SKPhysicsJoint

The abstract superclass for objects that connect physics bodies.

```
class SKPhysicsJoint
```

## Overview

An [`SKPhysicsJoint`](/documentation/SpriteKit/SKPhysicsJoint) object connects two physics bodies so that they are simulated together by the physics world. You never instantiate objects of this class directly; instead, you instantiate one of the subclasses that defines the kind of joint you want to make.

## Topics

### Connecting Bodies with Joints

[Connecting Bodies with Joints](/documentation/SpriteKit/connecting-bodies-with-joints)

Add joints to nodes in your scene.

### Disconnecting Bodies from Joints

[Disconnecting Bodies from Joints](/documentation/SpriteKit/disconnecting-bodies-from-joints)

Disconnect joints from nodes in your scene.

### Accessing or Setting a Joint’s Bodies

[`bodyA`](/documentation/SpriteKit/SKPhysicsJoint/bodyA)

The first body connected by the joint.

[`bodyB`](/documentation/SpriteKit/SKPhysicsJoint/bodyB)

The second body connected by the joint.

### Reading the Stress and Speed that Are Currently Applied to a Joint

[`reactionForce`](/documentation/SpriteKit/SKPhysicsJoint/reactionForce)

The instantaneous reaction force, in newtons, currently being directed at the anchor point.

[`reactionTorque`](/documentation/SpriteKit/SKPhysicsJoint/reactionTorque)

Instantaneous reaction torque, in newton-meters,  currently being directed at the anchor point.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)