---
title: "joint(for:)"
framework: realitykit
role: symbol
role_heading: Type Method
path: "realitykit/anchoringcomponent/target-swift.enum/handlocation/joint(for:)"
---

# joint(for:)

The function that returns the HandLocation based on HandJoint.

## Declaration

```swift
static func joint(for joint: AnchoringComponent.Target.HandLocation.HandJoint) -> AnchoringComponent.Target.HandLocation
```

## Parameters

- `joint`: The joint to be targeted.

## Return Value

Return Value The HandLocation represents the hand joint.
