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