C# Class TestDemo.Game1

This is the main type for your game
Inheritance: SGDE.Game
Afficher le fichier Open project: sgdc/sgdc-old Class Usage Examples

Méthodes publiques

Méthode Description
ToggleCollision ( ) : void

Méthodes protégées

Méthode Description
LoadContent ( ) : void

LoadContent will be called once per game and is the place to load all of your content.

PostDraw ( GameTime gameTime ) : void
PreBeginSpriteBatch ( GameTime gameTime ) : void
PreDraw ( GameTime gameTime ) : void

Method Details

LoadContent() protected méthode

LoadContent will be called once per game and is the place to load all of your content.
protected LoadContent ( ) : void
Résultat void

PostDraw() protected méthode

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

PreBeginSpriteBatch() protected méthode

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

PreDraw() protected méthode

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

ToggleCollision() public méthode

public ToggleCollision ( ) : void
Résultat void