C# Class DungeonMasterEngine.DungeonContent.Magic.Spells.Spell

Inheritance: DungeonMasterEngine.DungeonContent.Items.Item, ISpell
Afficher le fichier Open project: ggrrin/DungeonMaster

Méthodes publiques

Méthode Description
Run ( ) : void
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
FinishSpell ( ) : void
OnSpellUpdate ( GameTime gameTime ) : void
Spell ( Microsoft.Xna.Framework.Vector3 position ) : DungeonMasterEngine.DungeonContent.Items

Method Details

FinishSpell() protected méthode

protected FinishSpell ( ) : void
Résultat void

OnSpellUpdate() protected abstract méthode

protected abstract OnSpellUpdate ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Run() public abstract méthode

public abstract Run ( ) : void
Résultat void

Spell() protected méthode

protected Spell ( Microsoft.Xna.Framework.Vector3 position ) : DungeonMasterEngine.DungeonContent.Items
position Microsoft.Xna.Framework.Vector3
Résultat DungeonMasterEngine.DungeonContent.Items

Update() public final méthode

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