C# Class Electric_Potatoe_TD.Game_End

显示文件 Open project: Haseo/Electric-Potatoe-TD Class Usage Examples

Public Methods

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

public Game_End ( Game1 game ) : System
game Game1
return System

Initialize() public method

public Initialize ( ) : void
return void

LoadContent() public method

public LoadContent ( ) : void
return void

UnloadContent() public method

public UnloadContent ( ) : void
return void

draw() public method

public draw ( ) : void
return void

draw_lose() public method

public draw_lose ( ) : void
return void

draw_victory() public method

public draw_victory ( ) : void
return void

setScore() public method

public setScore ( int value ) : void
value int
return void

setVictory() public method

public setVictory ( bool value ) : void
value bool
return void

update() public method

public update ( ) : void
return void