IRenderPipelineGraphicsSettingsContextMenu
Allows to modify the contextual menu of all IRenderPipelineGraphicsSettings in the inspector.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.Rendering
- Assembly: UnityEditor.CoreModule
public interface IRenderPipelineGraphicsSettingsContextMenu
Properties
Property | Description |
|---|---|
| priority | Define a priority amongst contextual menu providers in case several target the same type. |
Methods
Method | Description |
|---|---|
| PopulateContextMenu | Allows to populate context menu with custom methods for your IRenderPipelineGraphicsSettings. |