---
title: jointTransforms
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/skeletalpose/jointtransforms
---

# jointTransforms

The transformations of the joints in the pose.

## Declaration

```swift
var jointTransforms: JointTransforms
```

## Discussion

Discussion Each joint transformation has a corresponding name in jointNames at the same index. A new value with element count not matching the element count  of jointNames is accepted but invokes special handling when the SkeletalPosesComponent is set on an entity.
