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