Class DebugStateAttribute
Attribute specifying which types should be save as this Debug State.
Implements
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public sealed class DebugStateAttribute : Attribute, _Attribute
Constructors
DebugStateAttribute(params Type[])
Debug State Attribute constructor
Declaration
public DebugStateAttribute(params Type[] types)
Parameters
Type | Name | Description |
---|---|---|
Type[] | types | List of types of the Debug State. |