Class CustomPassDrawerAttribute
Tells a CustomPassDrawer which CustomPass class is intended for the GUI inside the CustomPassDrawer class
Namespace: UnityEditor.Rendering.HighDefinition
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class CustomPassDrawerAttribute : Attribute, _Attribute
Constructors
CustomPassDrawerAttribute(Type)
Declaration
public CustomPassDrawerAttribute(Type targetPassType)
Parameters
Type | Name | Description |
---|---|---|
Type | targetPassType |