Class VolumeComponentMenuForRenderPipeline
This attribute allows you to add commands to the Add Override popup menu on Volumes and specify for which render pipelines will be supported
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Obsolete("VolumeComponentMenuForRenderPipelineAttribute is deprecated. Use VolumeComponentMenu with SupportedOnCurrentPipeline instead. #from(2023.1)", false)]
public class VolumeComponentMenuForRenderPipeline : VolumeComponentMenu
Constructors
Name | Description |
---|---|
VolumeComponentMenuForRenderPipeline(string, params Type[]) | Creates a new VolumeComponentMenuForRenderPipeline instance. |
Properties
Name | Description |
---|---|
pipelineTypes | The list of pipeline types that the target class supports |