Class MyDebugWorkTracker<T>
Inheritance
System.Object
MyDebugWorkTracker<T>
Namespace: VRage.Utils
Assembly: VRage.Game.dll
Syntax
public class MyDebugWorkTracker<T> : Object where T : new()
Type Parameters
Name | Description |
---|---|
T |
Constructors
MyDebugWorkTracker(UInt32)
Declaration
public MyDebugWorkTracker(uint historyLength = 10U)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | historyLength |
Fields
Current
Declaration
public T Current
Field Value
Type | Description |
---|---|
T |
History
Declaration
public readonly MyQueue<T> History
Field Value
Type | Description |
---|---|
MyQueue<T> |
Methods
Wrap()
Declaration
public void Wrap()