Space Engineers
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
VRage.Render11.Tools.MyStatsUpdater.MyTimestamps Struct Reference

Public Member Functions

void Update (ref long Variable)
 
void Update (ref long Variable, ref long PrevVariable)
 

Public Attributes

long PreviousPresent
 
long Present
 
long PreDrawSprites_Draw
 
long PostDrawSprites_Draw
 

Static Public Attributes

static Stopwatch m_stopwatch = Stopwatch.StartNew()
 

Detailed Description

Definition at line 34 of file MyStatsUpdater.cs.

Member Function Documentation

void VRage.Render11.Tools.MyStatsUpdater.MyTimestamps.Update ( ref long  Variable)
inline

Definition at line 43 of file MyStatsUpdater.cs.

void VRage.Render11.Tools.MyStatsUpdater.MyTimestamps.Update ( ref long  Variable,
ref long  PrevVariable 
)
inline

Definition at line 49 of file MyStatsUpdater.cs.

Member Data Documentation

Stopwatch VRage.Render11.Tools.MyStatsUpdater.MyTimestamps.m_stopwatch = Stopwatch.StartNew()
static

Definition at line 36 of file MyStatsUpdater.cs.

long VRage.Render11.Tools.MyStatsUpdater.MyTimestamps.PostDrawSprites_Draw

Definition at line 41 of file MyStatsUpdater.cs.

long VRage.Render11.Tools.MyStatsUpdater.MyTimestamps.PreDrawSprites_Draw

Definition at line 40 of file MyStatsUpdater.cs.

long VRage.Render11.Tools.MyStatsUpdater.MyTimestamps.Present

Definition at line 39 of file MyStatsUpdater.cs.

long VRage.Render11.Tools.MyStatsUpdater.MyTimestamps.PreviousPresent

Definition at line 38 of file MyStatsUpdater.cs.


The documentation for this struct was generated from the following file: