# currentTorque

> The torque applied by the solver to satisfy all constraints.

## Definition

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

```csharp
public Vector3 currentTorque { get; }
```

### Remarks

The returned value is relative to [\_connectedBody](/engine/6000.7/script-reference/unityengine/joint/connectedbody.md) if it's set. Otherwise, in world space. .

Additional Resources: [\_currentForce](/engine/6000.7/script-reference/unityengine/joint/currentforce.md)
