Class DebugState<T>
Generic serialized state of a Debug Item.
Inherited Members
Namespace: UnityEditor .Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
[Serializable]
public class DebugState<T> : DebugState
Type Parameters
Name | Description |
---|---|
T |
Fields
Name | Description |
---|---|
m_Value | Value of the Debug Item. |
Properties
Name | Description |
---|---|
value | Value of the Debug Item |
Methods
Name | Description |
---|---|
Get |
Returns the hash code of the Debug Item. |
Get |
Returns the value of the Debug Item. |
Set |
Set the value of the Debug Item. |