[This is preliminary documentation and is subject to change.]
This function should theoretically kill the main instance of the game and the RapidEngine.
There is a bug in RapidXNA 3.0 where this may not happen.
Rather use the XNA exit function to kill the game.
Namespace: RapidXNAAssembly: RapidXNA3.0 (in RapidXNA3.0.dll) Version: 3.0.0.0
Syntax
Parameters
- game
- Type: Game
[Missing <param name="game"/> documentation for "M:RapidXNA.EngineServices.Exit(Microsoft.Xna.Framework.Game)"]
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | This function should theoretically kill the main instance of the game and the RapidEngine. There is a bug in RapidXNA 3.0 where this may not happen. Rather use the XNA exit function to kill the game. |
Version Information
RapidGame
Supported in: 1See Also