C# Class Electric_Potatoe_TD.DataCenter

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

Méthodes publiques

Свойство Type Description
_origin Game1

Méthodes publiques

Méthode 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 méthode

public DataCenter ( 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

Restart() public méthode

public Restart ( ) : void
Résultat void

UnloadContent() public méthode

public UnloadContent ( ) : void
Résultat void

change_statut() public méthode

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

draw() public méthode

public draw ( ) : void
Résultat void

draw_Main() public méthode

public draw_Main ( ) : void
Résultat void

update() public méthode

public update ( ) : void
Résultat void

update_Main() public méthode

public update_Main ( ) : void
Résultat void

Property Details

_origin public_oe property

public Game1,Electric_Potatoe_TD _origin
Résultat Game1