C# Class Example2.Game1

Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: serapth/MonoGameBook Class Usage Examples

Méthodes publiques

Méthode Description
Game1 ( ) : Microsoft.Xna.Framework
Game1 ( ) : System.Collections.Generic
Game1 ( ) : System.Text

Méthodes protégées

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() protected méthode

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

Game1() public méthode

public Game1 ( ) : Microsoft.Xna.Framework
Résultat Microsoft.Xna.Framework

Game1() public méthode

public Game1 ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Game1() public méthode

public Game1 ( ) : System.Text
Résultat System.Text

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

UnloadContent() protected méthode

protected UnloadContent ( ) : void
Résultat void

Update() protected méthode

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