Class CustomPassDrawerAttribute
Tells a CustomPassDrawer which CustomPass class is intended for the GUI inside the CustomPassDrawer class
Implements
Inherited Members
Namespace: UnityEditor.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Editor.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class CustomPassDrawerAttribute : Attribute, _Attribute
Constructors
Name | Description |
---|---|
CustomPassDrawerAttribute(Type) | Indicates that the class is a Custom Pass drawer and that it replaces the default Custom Pass GUI. |