# sharedMaterial

> The shared physics material of this collider.

## Definition

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

```csharp
public PhysicsMaterial sharedMaterial { get; set; }
```

### Remarks

Modifying this material will change the surface properties of all colliders using the material. In most cases you want to modify [\_material](/engine/6000.7/script-reference/unityengine/collider/material.md) instead.
