GetQualitySettings()
Provides a reference to the QualitySettings object.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static Object GetQualitySettings()
Returns
Type | Description |
|---|---|
| Object | Returns the QualitySettings object. |
Remarks
This method is used by internal code to implement undo functionality in the Unity Editor. Additional Resources: Quality Settings.