Class DebugUIDrawerAttribute
Attribute specifying wich type of Debug Item should this drawer be used with.
Implements
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public class DebugUIDrawerAttribute : Attribute, _Attribute
Constructors
DebugUIDrawerAttribute(Type)
Constructor for DebugUIDraw Attribute
Declaration
public DebugUIDrawerAttribute(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | Type of Debug Item this draw should be used with. |