How do you set the framerate?
Are we going to see a feature in the GraphicsComponent that will allow me to set this?
Are we going to see a feature in the GraphicsComponent that will allow me to set this?
You can set the rate that the Update routine gets called by viewing the designer and setting IsFixedTimeStep to true and setting TargetElapsedTime to the number of milliseconds between calls, but I don't think there is any way to lock the rate that the Draw routine is called. It would probably be way too variable based on the GPU of the computer it is running on to be reliable. Even TargetElapsedTime isn't guarenteed.
At least it's a start and so long as I can get relatively consistent play between machines I'm happy.