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

# SKPhysicsJointFixed

A joint that fuses two physics bodies together at a reference point.

```
class SKPhysicsJointFixed
```

## Overview

An [`SKPhysicsJointFixed`](/documentation/SpriteKit/SKPhysicsJointFixed) object fuses two physics bodies together at a reference point. Fixed joints are useful for creating complex shapes that can be broken apart later.

## Topics

### Creating a Fixed Joint

[`joint(withBodyA:bodyB:anchor:)`](/documentation/SpriteKit/SKPhysicsJointFixed/joint(withBodyA:bodyB:anchor:))

Creates a new fixed joint.



---

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)