# RevertAllPropertyOverrides()

> Removes all property overrides on this material.

## Definition

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

```csharp
public void RevertAllPropertyOverrides()
```

### Remarks

After reverting all Property overrides, the material will be in the same state as it's direct parent. Note that this method is Editor-only.

Additional Resources: [Material.RevertPropertyOverride](/engine/6000.0/script-reference/unityengine/material/revertpropertyoverride.md).
