# isVariant

> Returns true if this material is a material variant.

## Definition

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

```csharp
public bool isVariant { get; }
```

### Remarks

This property is Editor-only.

Additional Resources: [\_parent](/engine/6000.0/script-reference/unityengine/material/parent.md).
