<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/SkeletonResource/BlendMask/jointWeights",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation16SkeletonResourceC9BlendMaskV12jointWeightsSDySSSfGvp"
  },
  "title" : "jointWeights"
}
-->

# jointWeights

Dictionary of joint weights keyed by joint name.
Each weight corresponds to a joint in the skeleton, controlling how much
that joint is affected by animations using this mask. Values range from 0.0 (no effect)
to 1.0 (full effect). Joints not present in the dictionary are treated as having weight 1.0 (full animation effect).

```
var jointWeights: [String : Float]
```

---

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)