# capsuleColliders

> An array of CapsuleColliders which this Cloth instance should collide with.

## Definition

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

```csharp
public CapsuleCollider[] capsuleColliders { get; set; }
```

### Remarks

Any capsule colliders specified in [Cloth.capsuleColliders](/engine/6000.3/script-reference/unityengine/cloth/capsulecolliders.md) will collide with the cloth vertices. A maximum of 32 capsules are supported.
