Show / Hide Table of Contents

Class MyCubeGrid.DebugUpdateStats

Inheritance
System.Object
MyCubeGrid.DebugUpdateStats
Namespace: Sandbox.Game.Entities
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
public Queue<int> Calls
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
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾