Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to set the fps in monogame

IsFixedTimeStep = true;
TargetElapsedTime = System.TimeSpan.FromSeconds(1d / desiredFrameRate);
 
PREVIOUS NEXT
Tagged: #set #fps #monogame
ADD COMMENT
Topic
Name
6+6 =