C# Class SampleClient.SampleGame

This is the main type for your game.
Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: OctoAwesome/monogameui Class Usage Examples

Méthodes publiques

Méthode Description
SampleGame ( ) : System

Méthodes protégées

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

Method Details

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

SampleGame() public méthode

public SampleGame ( ) : System
Résultat System

Update() protected méthode

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