C# Class Asteroids.Classes.Perks.SpeedUpPerk

Inheritance: Perk
Afficher le fichier Open project: Timvangool/AsteroidsAPO2 Class Usage Examples

Méthodes publiques

Méthode Description
Activate ( ) : void
Draw ( SpriteBatch batch ) : void
Load ( ) : void
SetElapsedFrames ( int elapsedFrames ) : void
SpeedUpPerk ( ) : System
SpeedUpPerk ( Microsoft.Xna.Framework.Content.ContentManager content, Player p ) : System
Update ( ) : void

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

Draw() public méthode

public Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Load() public méthode

public Load ( ) : void
Résultat void

SetElapsedFrames() public méthode

public SetElapsedFrames ( int elapsedFrames ) : void
elapsedFrames int
Résultat void

SpeedUpPerk() public méthode

public SpeedUpPerk ( ) : System
Résultat System

SpeedUpPerk() public méthode

public SpeedUpPerk ( Microsoft.Xna.Framework.Content.ContentManager content, Player p ) : System
content Microsoft.Xna.Framework.Content.ContentManager
p Player
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void