# Separation

> The distance between the edges of Colliders at the contact point.

## Definition

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

> **Warning:**
>
> **Deprecated.** Please use ContactPairPoint.separation instead.
>
> **Upgrade to** [ContactPairPoint.separation](/engine/6000.7/script-reference/unityengine/contactpairpoint/separation-1.md)

```csharp
public float Separation { get; }
```
