C# Class Game1, code

Inheritance: Microsoft.Xna.Framework.Game
显示文件 Open project: shendongnian/code Class Usage Examples

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
Update ( GameTime gameTime )
Update ( GameTime gameTime ) : void

Private Methods

Method Description
CreateAsteroid ( ) : void

Method Details

Draw() protected method

protected Draw ( GameTime gameTime ) : void
gameTime GameTime
return void

Initialize() protected method

protected Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

Update() protected method

protected Update ( GameTime gameTime )
gameTime GameTime

Update() protected method

protected Update ( GameTime gameTime ) : void
gameTime GameTime
return void