C# Class TuneBlaster_.GreenParticle

specialization of ParticleSystem which creates a fiery explosion.combined with ExplosionSmokeParticleSystem for best effect.
Inheritance: ParticleSystem
Show file Open project: kiniry-teaching/UCD Class Usage Examples

Public Methods

Method Description
GreenParticle ( Engine game, int howManyEffects ) : System

Protected Methods

Method Description
InitializeConstants ( ) : void

give this particle system its behavior and properties.

InitializeParticle ( Particle p, Vector2 where ) : void

Method Details

GreenParticle() public method

public GreenParticle ( Engine game, int howManyEffects ) : System
game Engine
howManyEffects int
return System

InitializeConstants() protected method

give this particle system its behavior and properties.
protected InitializeConstants ( ) : void
return void

InitializeParticle() protected method

protected InitializeParticle ( Particle p, Vector2 where ) : void
p Particle
where Vector2
return void