C# Class Electric_Potatoe_TD.Game_End

Afficher le fichier Open project: Haseo/Electric-Potatoe-TD Class Usage Examples

Méthodes publiques

Méthode Description
Game_End ( Game1 game ) : System
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
draw ( ) : void
draw_lose ( ) : void
draw_victory ( ) : void
setScore ( int value ) : void
setVictory ( bool value ) : void
update ( ) : void

Method Details

Game_End() public méthode

public Game_End ( Game1 game ) : System
game Game1
Résultat System

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

UnloadContent() public méthode

public UnloadContent ( ) : void
Résultat void

draw() public méthode

public draw ( ) : void
Résultat void

draw_lose() public méthode

public draw_lose ( ) : void
Résultat void

draw_victory() public méthode

public draw_victory ( ) : void
Résultat void

setScore() public méthode

public setScore ( int value ) : void
value int
Résultat void

setVictory() public méthode

public setVictory ( bool value ) : void
value bool
Résultat void

update() public méthode

public update ( ) : void
Résultat void