terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.GameTime Class Reference

Public Member Functions

 GameTime ()
 
 GameTime (TimeSpan totalRealTime, TimeSpan elapsedRealTime, TimeSpan totalGameTime, TimeSpan elapsedGameTime)
 
 GameTime (TimeSpan totalRealTime, TimeSpan elapsedRealTime, TimeSpan totalGameTime, TimeSpan elapsedGameTime, bool isRunningSlowly)
 

Properties

TimeSpan ElapsedGameTime [get, set]
 
TimeSpan ElapsedRealTime [get, set]
 
bool IsRunningSlowly [get, set]
 
TimeSpan TotalGameTime [get, set]
 
TimeSpan TotalRealTime [get, set]
 

Private Attributes

TimeSpan elapsedGameTime
 
TimeSpan elapsedRealTime
 
bool isRunningSlowly
 
TimeSpan totalGameTime
 
TimeSpan totalRealTime
 

Detailed Description

Definition at line 6 of file GameTime.cs.


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