<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/HasModel/jointTransforms",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation8HasModelPAAE15jointTransformsSayAA9TransformVGvp"
  },
  "title" : "jointTransforms"
}
-->

# jointTransforms

The relative joint transforms of the model entity.

```
@MainActor @preconcurrency var jointTransforms: [Transform] { get set }
```

## Discussion

Call `RealityKit/BodyTrackedEntity/jointNames` to determine the name and order of the joints.

> Note: Active animations may override the joint transforms set using this property.

---

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)