Class DebugUI.HistoryBoolField
Inherited Members
Namespace: UnityEngine.Experimental.Rendering
Syntax
public class HistoryBoolField : DebugUI.BoolField, DebugUI.IValueField
Properties
historyDepth
Declaration
public int historyDepth { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
historyGetter
Declaration
public Func<bool>[] historyGetter { get; set; }
Property Value
| Type | Description |
|---|---|
| Func<Boolean>[] |
Methods
GetHistoryValue(Int32)
Declaration
public bool GetHistoryValue(int historyIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | historyIndex |
Returns
| Type | Description |
|---|---|
| Boolean |