Class MyCubeGrid.DebugUpdateStats
Inheritance
System.Object
MyCubeGrid.DebugUpdateStats
Assembly: Sandbox.Game.dll
Syntax
public sealed class DebugUpdateStats : ValueType
Constructors
DebugUpdateStats(Int32)
Declaration
public DebugUpdateStats(int frame)
Parameters
| Type |
Name |
Description |
| System.Int32 |
frame |
|
Fields
Calls
Declaration
Field Value
| Type |
Description |
| System.Collections.Generic.Queue<System.Int32> |
|
Properties
LastFrame
Declaration
public int LastFrame { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|