C# Class TestDemo.Game1

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

Public Methods

Method Description
ToggleCollision ( ) : void

Protected Methods

Method 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 method

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

PostDraw() protected method

protected PostDraw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

PreBeginSpriteBatch() protected method

protected PreBeginSpriteBatch ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

PreDraw() protected method

protected PreDraw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

ToggleCollision() public method

public ToggleCollision ( ) : void
return void