# IRenderPipelineGraphicsSettingsContextMenu

> Allows to modify the contextual menu of all IRenderPipelineGraphicsSettings in the inspector.

## Definition

* **Type:** Interface
* **Namespace:** [UnityEditor.Rendering](/engine/6000.6/script-reference/unityeditor/rendering.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** IRenderPipelineGraphicsSettingsContextMenu is deprecated and will be removed in a future release. Use IRenderPipelineGraphicsSettingsContextMenu2 instead. #from(6000.0)

```csharp
public interface IRenderPipelineGraphicsSettingsContextMenu
```

## Properties

| Property                                                                                                                 | Description                                                                               |
| ------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------- |
| [priority](/engine/6000.6/script-reference/unityeditor/rendering/irenderpipelinegraphicssettingscontextmenu/priority.md) | Define a priority amongst contextual menu providers in case several target the same type. |

## Methods

| Method                                                                                                                                         | Description                                                                                                                                                                               |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [PopulateContextMenu](/engine/6000.6/script-reference/unityeditor/rendering/irenderpipelinegraphicssettingscontextmenu/populatecontextmenu.md) | Allows to populate context menu with custom methods for your [IRenderPipelineGraphicsSettings](/engine/6000.6/script-reference/unityengine/rendering/irenderpipelinegraphicssettings.md). |
