C# Class Manic_Shooter.Classes.PelletUpgradeDroppable

Inheritance: DefaultDroppable
Exibir arquivo Open project: TheGameDevelopmentClub/Manic-Shooter Class Usage Examples

Public Properties

Property Type Description
downwardAccel float
maxSpeed float

Public Methods

Method Description
ApplyEffect ( IPlayer player ) : void
PelletUpgradeDroppable ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position ) : System
Update ( GameTime gameTime ) : void

Method Details

ApplyEffect() public method

public ApplyEffect ( IPlayer player ) : void
player IPlayer
return void

PelletUpgradeDroppable() public method

public PelletUpgradeDroppable ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
position Vector2
return System

Update() public method

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

Property Details

downwardAccel public_oe property

public float downwardAccel
return float

maxSpeed public_oe property

public float maxSpeed
return float