terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.GameTime Class Reference
+ Collaboration diagram for Microsoft.Xna.Framework.GameTime:

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 9 of file GameTime.cs.


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