# interCollisionStiffness

> Sets the cloth inter-collision stiffness.

## Definition

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

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

### Remarks

Inter-collision stiffness controls how much two particles repel each other when they are closer than the inter-collision distance.
