Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

Warning
Deprecated. ScriptableRenderPipelineExtensionAttribute is deprecated. Use SupportedOnRenderPipelineAttribute instead. #from(23.1)
[AttributeUsage(AttributeTargets.Class)]public class ScriptableRenderPipelineExtensionAttribute : Attribute

Remarks

Constructors

Constructor

Description

ScriptableRenderPipelineExtensionAttribute(System.Type)Construct a ScriptableRenderPipelineExtensionAttribute.

Inheritance

Inherited Members