# qualityLevelName

> The quality level the collection is intended to be used with.

## Definition

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

```csharp
public string qualityLevelName { get; set; }
```

### Remarks

Different quality levels will result in a different set of shader variants and graphics states being used. The active quality level is recorded when tracing a collection.

Additional Resources: [QualitySettings.names](/engine/6000.5/script-reference/unityengine/qualitysettings/names.md).
