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