ScriptableRenderPipelineExtensionAttribute
Use this attribute to apply a condition to a filter that finds the class based on which ScriptableRenderPipeline you are currently using.
Read time 3 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Rendering
- Assembly: UnityEditor.CoreModule
- Inherits from: Attribute
[AttributeUsage(AttributeTargets.Class)]public class ScriptableRenderPipelineExtensionAttribute : Attribute
Remarks
See LightingWindowEnvironmentSection and RenderPipelineEditorUtility for example.
Constructors
Constructor | Description |
|---|---|
| ScriptableRenderPipelineExtensionAttribute(System.Type) | Construct a ScriptableRenderPipelineExtensionAttribute. |