- RankDevices(List<GraphicsDeviceInformation>) - Method in class Microsoft.Xna.Framework.GraphicsDeviceManager
-
- RemoveItem(int) - Method in class Microsoft.Xna.Framework.GameComponentCollection
-
Removes a child object in the collection.
- RemoveService(Class) - Method in class Microsoft.Xna.Framework.GameServiceContainer
-
Removes the object providing a specified service.
- ResetElapsedTime() - Method in class Microsoft.Xna.Framework.Game
-
Resets the elapsed time counter.
- Run() - Method in class Microsoft.Xna.Framework.Game
-
Call this method to initialize the game, begin running the game loop, and start processing events for the game.
- Run() - Method in interface Microsoft.Xna.Framework.IGameHost
-
- RunOneFrame() - Method in class Microsoft.Xna.Framework.Game
-
Run the game through what would happen in a single tick of the game clock; this method is designed for debugging only.