Game Properties
| Name | Description | |
|---|---|---|
|
Components | Gets the collection of GameComponents owned by the game. |
|
Content | Gets or sets the current ContentManager. |
|
GraphicsDevice | Gets the current GraphicsDevice. |
|
InactiveSleepTime | Gets or sets the time to sleep when the game is inactive. |
|
IsActive | Indicates whether the game is currently the active application. |
|
IsFixedTimeStep | Gets or sets a value indicating whether to use fixed time steps. |
|
IsMouseVisible | Gets or sets a value indicating whether the mouse cursor should be visible. |
|
LaunchParameters | Gets the start up parameters in LaunchParameters. |
|
Services | Gets the GameServiceContainer holding all the service providers attached to the Game. |
|
TargetElapsedTime | Gets or sets the target time between calls to Update when IsFixedTimeStep is true. |
|
Window | Gets the underlying operating system window. |