C# Class Electric_Potatoe_TD.DataCenter

Mostra file Open project: Haseo/Electric-Potatoe-TD Class Usage Examples

Public Properties

Property Type Description
_origin Game1

Public Methods

Method Description
DataCenter ( Game1 game ) : System
Initialize ( ) : void
LoadContent ( ) : void
Restart ( ) : void
UnloadContent ( ) : void
change_statut ( DataCenter_statut statut ) : void
draw ( ) : void
draw_Main ( ) : void
update ( ) : void
update_Main ( ) : void

Method Details

DataCenter() public method

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

Initialize() public method

public Initialize ( ) : void
return void

LoadContent() public method

public LoadContent ( ) : void
return void

Restart() public method

public Restart ( ) : void
return void

UnloadContent() public method

public UnloadContent ( ) : void
return void

change_statut() public method

public change_statut ( DataCenter_statut statut ) : void
statut DataCenter_statut
return void

draw() public method

public draw ( ) : void
return void

draw_Main() public method

public draw_Main ( ) : void
return void

update() public method

public update ( ) : void
return void

update_Main() public method

public update_Main ( ) : void
return void

Property Details

_origin public_oe property

public Game1,Electric_Potatoe_TD _origin
return Game1