---
title: "storeAnimatedJoints(transforms:jointIndex:)"
framework: realitykit
role: symbol
role_heading: Instance Method
path: "realitykit/animationstate/storeanimatedjoints(transforms:jointindex:)"
---

# storeAnimatedJoints(transforms:jointIndex:)

Stores a subset of animated joints.

## Declaration

```swift
@discardableResult func storeAnimatedJoints(transforms: [Transform], jointIndex: Int) -> Bool
```

## Discussion

Discussion See storeAnimatedValue(_:) for more about returning an animation result to the animation system.
