---
title: joints
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/meshresource/skeleton/joints
---

# joints

The joints which define this skeleton’s hierarchy.

## Declaration

```swift
var joints: [MeshResource.Skeleton.Joint]
```

## Discussion

Discussion important: The order of joints in this array is significant; parents need to precede their children.
