C# Class FlatRedBallWpf.MainGame

Inheritance: FlatRedBallGameBase
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
MainGame ( FlatRedBallControl frbControl ) : System.Windows.Forms

Méthodes protégées

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

This method is where you'll set up your camera, create sprites, etc.

Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
HandleModifyMouseState ( Microsoft &mouseState ) : void

Method Details

Draw() protected méthode

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

Initialize() protected méthode

This method is where you'll set up your camera, create sprites, etc.
protected Initialize ( ) : void
Résultat void

MainGame() public méthode

public MainGame ( FlatRedBallControl frbControl ) : System.Windows.Forms
frbControl FlatRedBallControl
Résultat System.Windows.Forms

Update() protected méthode

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