C# Class MageDefenderDeluxe.ParticleEngine.SlowParticleSystem

Custom particle system for creating a flame effect.
Inheritance: ParticleSystem
Exibir arquivo Open project: petriw/MageDefenderDeluxe

Public Methods

Method Description
SlowParticleSystem ( 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

SlowParticleSystem() public method

public SlowParticleSystem ( 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