Class DebugUI.HistoryBoolField
An array of checkboxes that Unity displays in a horizontal row.
Implements
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugUI.HistoryBoolField : DebugUI.BoolField, DebugUI.IValueField
Properties
| Name | Description |
|---|---|
| historyDepth | Depth of the field's history. |
| historyGetter | History getter for this field. |
Methods
| Name | Description |
|---|---|
| GetHistoryValue(int) | Get the value of the field at a certain history index. |