<!--
{
  "availability" : [
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/HandSkeleton",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "s:5ARKit12HandSkeletonV"
  },
  "title" : "HandSkeleton"
}
-->

# HandSkeleton

A collection of joints in a hand.

```
struct HandSkeleton
```

## Topics

### Retrieving specific hand joints

[`joint(_:)`](/documentation/ARKit/HandSkeleton/joint(_:))

Retrieves a hand joint based on the joint name you specify.

[`HandSkeleton.Joint`](/documentation/ARKit/HandSkeleton/Joint)

The name and position of an individual hand joint.

[`HandSkeleton.JointName`](/documentation/ARKit/HandSkeleton/JointName)

The names of different hand joints.

### Inspecting hand skeletons

[`allJoints`](/documentation/ARKit/HandSkeleton/allJoints)

All of the joints in a hand skeleton.

[`neutralPose`](/documentation/ARKit/HandSkeleton/neutralPose)

A hand pose that you can use as a reference.

[`description`](/documentation/ARKit/HandSkeleton/description)

A textual representation of this Skeleton.



---

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)