C# Class MageDefenderDeluxe.ParticleEngine.SpellExplosionParticleSystem

Custom particle system for creating the fiery part of the explosions.
Inheritance: ParticleSystem
Mostra file Open project: petriw/MageDefenderDeluxe

Public Methods

Method Description
SpellExplosionParticleSystem ( Microsoft.Xna.Framework.Game game, Microsoft.Xna.Framework.Content.ContentManager content ) : System

Protected Methods

Method Description
InitializeSettings ( ParticleSettings settings ) : void

Method Details

InitializeSettings() protected method

protected InitializeSettings ( ParticleSettings settings ) : void
settings ParticleSettings
return void

SpellExplosionParticleSystem() public method

public SpellExplosionParticleSystem ( Microsoft.Xna.Framework.Game game, Microsoft.Xna.Framework.Content.ContentManager content ) : System
game Microsoft.Xna.Framework.Game
content Microsoft.Xna.Framework.Content.ContentManager
return System