C# Class Electric_Potatoe_TD.Tutorial

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

Méthodes publiques

Méthode Description
Initialize ( ) : void
LoadContent ( ) : void
Restart ( ) : void
Tutorial ( Game1 game ) : System
UnloadContent ( ) : void
draw ( ) : void
update ( ) : void

Method Details

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

Tutorial() public méthode

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

UnloadContent() public méthode

public UnloadContent ( ) : void
Résultat void

draw() public méthode

public draw ( ) : void
Résultat void

update() public méthode

public update ( ) : void
Résultat void