C# Class Electric_Potatoe_TD.Game1

Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: Haseo/Electric-Potatoe-TD Class Usage Examples

Méthodes publiques

Свойство Type Description
_game Game
_statut Game_Statut
graphics GraphicsDeviceManager
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch

Méthodes publiques

Méthode Description
End_Game ( bool victory, int score ) : void
Game1 ( ) : System
Restart_game ( ) : void
change_statut ( Game_Statut statut ) : void
getScore ( ) : int

Méthodes protégées

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

Private Methods

Méthode Description
Oriented_changed ( object sender, EventArgs e ) : void

Method Details

Draw() protected méthode

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

End_Game() public méthode

public End_Game ( bool victory, int score ) : void
victory bool
score int
Résultat void

Game1() public méthode

public Game1 ( ) : System
Résultat System

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

Restart_game() public méthode

public Restart_game ( ) : void
Résultat void

UnloadContent() protected méthode

protected UnloadContent ( ) : void
Résultat void

Update() protected méthode

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

change_statut() public méthode

public change_statut ( Game_Statut statut ) : void
statut Game_Statut
Résultat void

getScore() public méthode

public getScore ( ) : int
Résultat int

Property Details

_game public_oe property

public Game _game
Résultat Game

_statut public_oe property

public Game_Statut _statut
Résultat Game_Statut

graphics public_oe property

public GraphicsDeviceManager graphics
Résultat GraphicsDeviceManager

spriteBatch public_oe property

public SpriteBatch,Microsoft.Xna.Framework.Graphics spriteBatch
Résultat Microsoft.Xna.Framework.Graphics.SpriteBatch