---
title: joints
framework: spritekit
role: symbol
role_heading: Instance Property
path: spritekit/skphysicsbody/joints
---

# joints

The joints connected to this physics body.

## Declaration

```swift
var joints: [SKPhysicsJoint] { get }
```

## Discussion

Discussion This property holds an array of SKPhysicsJoint objects that define all joints added to the scene’s physics world that are connected to this physics body.
