# sphereColliders

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

## Definition

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

```csharp
public ClothSphereColliderPair[] sphereColliders { get; set; }
```

### Remarks

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