---
title: "defaultTargetJoints(index:count:transforms:)"
framework: realitykit
role: symbol
role_heading: Instance Method
path: "realitykit/animationstate/defaulttargetjoints(index:count:transforms:)"
---

# defaultTargetJoints(index:count:transforms:)

Retrieves a subset of default target joints, and stores them in the output transform array.

## Declaration

```swift
func defaultTargetJoints(index: Int, count: Int, transforms: inout [Transform]) -> Bool
```

## Discussion

Discussion See defaultTarget for more about the default target value.
