Class DebugUIDrawerAttribute
Attribute specifying wich type of Debug Item should this drawer be used with.
Namespace: UnityEditor.Rendering
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. |