# totalTorque

> The total users torque that has been applied to this body since the last simulation step. Setting this value overrides any torque that was previously requested.

## Definition

* **Type:** Property
* **Namespace:** [Unity.U2D.Physics](/engine/6000.7/script-reference/unity/u2d/physics.md)
* **Assembly:** UnityEngine.PhysicsCore2DModule

```csharp
public float totalTorque { get; set; }
```
