# interCollisionDistance

> Sets the minimum separation distance for cloth inter-collision.

## Definition

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

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

### Remarks

Cloth particles closer than this distance that belong to different Cloth objects will be separated.
