# angularSleepTolerance

> A Rigidbody cannot sleep if its angular velocity is above this tolerance threshold.

## Definition

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

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