# RenderPipelineGraphicsSettingsExtensions

> Class that contains extensions for IRenderPipelineGraphicsSettings

## Definition

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

```csharp
public static class RenderPipelineGraphicsSettingsExtensions
```

## Static Methods

| Method                                                                                                                                     | Description                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [NotifyValueChanged](/engine/6000.3/script-reference/unityengine/rendering/renderpipelinegraphicssettingsextensions/notifyvaluechanged.md) | Manually throw a notification event for your [IRenderPipelineGraphicsSettings](/engine/6000.3/script-reference/unityengine/rendering/irenderpipelinegraphicssettings.md). |
| [SetValueAndNotify](/engine/6000.3/script-reference/unityengine/rendering/renderpipelinegraphicssettingsextensions/setvalueandnotify.md)   | Sets the value of a given property. If the new value is different from the previous one, the method raises a notification of the change.                                  |
