Removed Subrepository
This commit is contained in:
15
C#/OpenGLTutorial/GameLoop/GameTime.cs
Normal file
15
C#/OpenGLTutorial/GameLoop/GameTime.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace OpenGLTutorial.GameLoop {
|
||||
public static class GameTime {
|
||||
|
||||
/// <summary>
|
||||
/// The time in seconds that passed between frames
|
||||
/// </summary>
|
||||
public static float DeltaTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The total elapsed time sinse the game started
|
||||
/// </summary>
|
||||
public static float TotalElapsedSeconds { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user