Package | Description |
---|---|
Microsoft.Xna.Framework | |
Microsoft.Xna.Framework.GamerServices |
Modifier and Type | Method and Description |
---|---|
Game |
GameComponent.getGame()
Gets the Game associated with this GameComponent.
|
Constructor and Description |
---|
DrawableGameComponent(Game game)
Creates a new instance of DrawableGameComponent.
|
GameComponent(Game game)
Initializes a new instance of this class.
|
GraphicsDeviceManager(Game game)
Creates a new GraphicsDeviceManager and registers it to handle the configuration and management of the graphics device for the specified Game.
|
Constructor and Description |
---|
GamerServicesComponent(Game game)
Creates a new GamerServicesComponent.
|