C# Class Tyrus_and_Randall.Powerup

Inheritance: Entity
ファイルを表示 Open project: sgdc/sgdc-old

Public Methods

Method 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 method

public abstract Activate ( Player e ) : void
e Player
return void

Powerup() public method

public Powerup ( ) : System
return System

Powerup() public method

public Powerup ( Vector2 pos ) : System
pos Vector2
return System

Powerup() public method

public Powerup ( float x, float y ) : System
x float
y float
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void