C# Class MonoGame.Interop.Wpf.NewWindowMainGame

Inheritance: GameModule
Afficher le fichier Open project: Eastrall/MonoGame.Interop

Méthodes publiques

Méthode Description
NewWindowMainGame ( ) : Microsoft.Xna.Framework

Méthodes protégées

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

Method Details

Draw() protected méthode

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

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

NewWindowMainGame() public méthode

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

Update() protected méthode

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