Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to get delta time in monogame

// gameTime is a parameter of the Update function.
gameTime.ElapsedGameTime.TotalSeconds // double
 
PREVIOUS NEXT
Tagged: #delta #time #monogame
ADD COMMENT
Topic
Name
3+4 =