Class DefaultVolumeProfileSettingsPropertyDrawer.DefaultVolumeProfileSettingsContextMenu<TSetting, TRenderPipeline>
Context menu implementation for Default Volume Profile.
Inheritance
DefaultVolumeProfileSettingsPropertyDrawer.DefaultVolumeProfileSettingsContextMenu<TSetting, TRenderPipeline>
Implements
IRenderPipelineGraphicsSettingsContextMenu<TSetting>
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public abstract class DefaultVolumeProfileSettingsPropertyDrawer.DefaultVolumeProfileSettingsContextMenu<TSetting, TRenderPipeline> : IRenderPipelineGraphicsSettingsContextMenu<TSetting>, IRenderPipelineGraphicsSettingsContextMenu where TSetting : class, IDefaultVolumeProfileSettings where TRenderPipeline : RenderPipeline
Type Parameters
Name | Description |
---|---|
TSetting | Default Volume Profile Settings type |
TRenderPipeline | Render Pipeline type |
Properties
defaultVolumeProfilePath
Path where new Default Volume Profile will be created.
Declaration
protected abstract string defaultVolumeProfilePath { get; }
Property Value
Type | Description |
---|---|
string |
Implements
UnityEditor.Rendering.IRenderPipelineGraphicsSettingsContextMenu<T>