C# Class WarshipGirl.Game1

Inheritance: jxGameFramework.Game
Afficher le fichier Open project: jxpxxzj/WarshipGirl

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
ShowMessage ( string Content, System.TimeSpan Time ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
Game1_KeyDown ( object sender, Microsoft.Xna.Framework.Input.KeyEventArgs e ) : void

Method Details

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

ShowMessage() public méthode

public ShowMessage ( string Content, System.TimeSpan Time ) : void
Content string
Time System.TimeSpan
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void