# GetQualitySettings()

> Provides a reference to the QualitySettings object.

## Definition

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

```csharp
public static Object GetQualitySettings()
```

### Returns

| Type                                                            | Description                         |
| --------------------------------------------------------------- | ----------------------------------- |
| [Object](/engine/6000.0/script-reference/unityengine/object.md) | Returns the QualitySettings object. |

### Remarks

This method is used by internal code to implement undo functionality in the Unity Editor. Additional Resources: [Quality Settings](/engine/6000.0/manual/unity-editor/editor-settings-reference/comp-manager-group/class-quality-settings.md).
