# contactSeparationColor

> Contact point separation color.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public static Color contactSeparationColor { get; set; }
```

### Remarks

The color of the line that represents the [ContactPoint.separation](/engine/6000.6/script-reference/unityengine/contactpoint/separation.md) distance. This color is also used by the disc that shows where the separation ends and the [ContactPoint.point](/engine/6000.6/script-reference/unityengine/contactpoint/point.md) is.
