Uses of Class
Microsoft.Xna.Framework.GameTime

Packages that use GameTime
Microsoft.Xna.Framework   
Microsoft.Xna.Framework.GamerServices   
 

Uses of GameTime in Microsoft.Xna.Framework
 

Methods in Microsoft.Xna.Framework with parameters of type GameTime
 void IDrawable.Draw(GameTime gameTime)
          Draws the IDrawable.
 void DrawableGameComponent.Draw(GameTime gameTime)
           
 void IUpdateable.Update(GameTime gameTime)
           
 void GameComponent.Update(GameTime gameTime)
           
 

Uses of GameTime in Microsoft.Xna.Framework.GamerServices
 

Methods in Microsoft.Xna.Framework.GamerServices with parameters of type GameTime
 void GamerServicesComponent.Update(GameTime gameTime)
          Updates the GamerServicesDispatcher.