# targetPosition

> The target position the joint attempts to reach.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.PhysicsModule

```csharp
public float targetPosition
```

### Remarks

In the case of a [HingeJoint](/engine/6000.6/script-reference/unityengine/hingejoint.md) the target position is the target angle in degrees.
