Class DefaultVolumeProfileSettingsPropertyDrawer.DefaultVolumeProfileSettingsContextMenu2<TSetting, TRenderPipeline>
Context menu implementation for Default Volume Profile.
Inheritance
DefaultVolumeProfileSettingsPropertyDrawer.DefaultVolumeProfileSettingsContextMenu2<TSetting, TRenderPipeline>
Implements
IRenderPipelineGraphicsSettingsContextMenu2<TSetting>
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public abstract class DefaultVolumeProfileSettingsPropertyDrawer.DefaultVolumeProfileSettingsContextMenu2<TSetting, TRenderPipeline> : IRenderPipelineGraphicsSettingsContextMenu2<TSetting>, IRenderPipelineGraphicsSettingsContextMenu2 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.IRenderPipelineGraphicsSettingsContextMenu2<T>