# breakForce

> The force that needs to be applied for this joint to break.

## Definition

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

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

### Remarks

The force might come from collisions with other objects, forces applied with [Rigidbody.AddTorque](/engine/6000.6/script-reference/unityengine/rigidbody/addtorque.md) or from other joints. The break force can be set to [Mathf.Infinity](/engine/6000.6/script-reference/unityengine/mathf/infinity.md) to render the joint unbreakable. Additional Resources: [Joint.OnJointBreak(float)](/engine/6000.6/script-reference/unityengine/joint/onjointbreak.md).
