Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.GameClock Class Reference

Public Member Functions

 GameClock ()
 

Package Functions

void Reset ()
 
void UpdateElapsedTime ()
 
void AdvanceFrameTime ()
 
void Suspend ()
 
void Resume ()
 

Properties

TimeSpan CurrentTime [get]
 
TimeSpan ElapsedTime [get]
 
TimeSpan ElapsedAdjustedTime [get]
 
static long Counter [get]
 
static long Frequency [get]
 

Static Private Member Functions

static TimeSpan CounterToTimeSpan (long delta)
 

Private Attributes

long baseRealTime
 
long lastRealTime
 
bool lastRealTimeValid
 
int suspendCount
 
long suspendStartTime
 
long timeLostToSuspension
 
long lastRealTimeCandidate
 
TimeSpan currentTimeOffset
 
TimeSpan currentTimeBase
 
TimeSpan elapsedTime
 
TimeSpan elapsedAdjustedTime
 

Detailed Description

Definition at line 6 of file GameClock.cs.


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