Package | Description |
---|---|
Microsoft.Xna.Framework | |
Microsoft.Xna.Framework.GamerServices |
Modifier and Type | Method and Description |
---|---|
void |
IDrawable.Draw(GameTime gameTime)
Draws the IDrawable.
|
protected void |
Game.Draw(GameTime gameTime) |
void |
DrawableGameComponent.Draw(GameTime gameTime)
Called when the DrawableGameComponent needs to be drawn.
|
void |
IUpdateable.Update(GameTime gameTime) |
void |
GameComponent.Update(GameTime gameTime)
Called when the GameComponent needs to be updated.
|
protected void |
Game.Update(GameTime gameTime) |
Modifier and Type | Method and Description |
---|---|
void |
GamerServicesComponent.Update(GameTime gameTime)
Updates the GamerServicesDispatcher.
|