C# Class DodongosQuest.Special_Effects.Inferno

Inheritance: ISpecialEffect
Afficher le fichier Open project: faintpixel/Roguelike

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
Inferno ( Vector2 targetIndex, World world, AreaOfEffect affectedArea ) : System
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
tileFire_particleSystemFinished ( object sender, EventArgs e ) : void

Method Details

Draw() public méthode

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

Inferno() public méthode

public Inferno ( Vector2 targetIndex, World world, AreaOfEffect affectedArea ) : System
targetIndex Vector2
world World
affectedArea AreaOfEffect
Résultat System

Update() public méthode

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