|
Shift
|
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... | |
Definition at line 9 of file GameTime.cs.
|
inline |
Definition at line 21 of file GameTime.cs.
| 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.