Search code examples
c#xnamonomonodevelopmonogame

What is the value of gameTime.ElapsedGameTime.TotalSeconds?


I was wondering what is exactly the value of gameTime.ElapsedGameTime.TotalSeconds in a second?


Solution

  • If the game is running at 60 frames per second the value is likely to be 1 / 60 = 0.0166 seconds.