Class DebugState
Serialized state of a Debug Item.
Inherited Members
Namespace: UnityEditor .Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
[Serializable]
public abstract class DebugState : ScriptableObject
Fields
Name | Description |
---|---|
m_Query |
Path of the Debug Item. |
Properties
Name | Description |
---|---|
query |
Path of the Debug Item. |
Methods
Name | Description |
---|---|
Get |
Returns the value of the Debug Item. |
On |
OnEnable implementation. |
Set |
Set the value of the Debug Item. |