Shift
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Pages
Shift.GameTime Class Reference

Public Member Functions

 GameTime (TimeSpan total, TimeSpan delta)
 

Public Attributes

TimeSpan Total
 Represents the total elapsed time since the beginning of the game loop. More...
 
TimeSpan Delta
 Represents the change in time since the last game loop iteration. More...
 

Detailed Description

Definition at line 9 of file GameTime.cs.

Constructor & Destructor Documentation

Shift.GameTime.GameTime ( TimeSpan  total,
TimeSpan  delta 
)
inline

Definition at line 21 of file GameTime.cs.

Member Data Documentation

TimeSpan Shift.GameTime.Delta

Represents the change in time since the last game loop iteration.

Definition at line 19 of file GameTime.cs.

TimeSpan Shift.GameTime.Total

Represents the total elapsed time since the beginning of the game loop.

Definition at line 14 of file GameTime.cs.


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