# maxLinearCorrection

> The maximum linear position correction used when solving constraints. This helps to prevent overshoot.

## Definition

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

```csharp
public static float maxLinearCorrection { get; set; }
```
