C# Class Tyrus_and_Randall.Powerup

Inheritance: Entity
Afficher le fichier Open project: sgdc/sgdc-old

Méthodes publiques

Méthode Description
Activate ( Player e ) : void
Powerup ( ) : System
Powerup ( Vector2 pos ) : System
Powerup ( float x, float y ) : System
Update ( GameTime gameTime ) : void

Method Details

Activate() public abstract méthode

public abstract Activate ( Player e ) : void
e Player
Résultat void

Powerup() public méthode

public Powerup ( ) : System
Résultat System

Powerup() public méthode

public Powerup ( Vector2 pos ) : System
pos Vector2
Résultat System

Powerup() public méthode

public Powerup ( float x, float y ) : System
x float
y float
Résultat System

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void