<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARSkeleton/isJointTracked(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:objc(cs)ARSkeleton(im)isJointTracked:"
  },
  "title" : "isJointTracked(_:)"
}
-->

# isJointTracked(_:)

Tells you whether ARKit tracks a joint at a particular index.

```
func isJointTracked(_ jointIndex: Int) -> Bool
```

## Discussion

Use this function to determine which joints ARKit tracks using a particular index.

---

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)