C# (CSharp) Project290.Particles Namespace

Classes

Name Description
CircularParticleEmitter Launches particles in a radial fashion.
Particle A single particle.
ParticleBouncer Bounces around the screen and emitts different colored particles which fade away smoothly.
ParticleContainer Used for storing a large number of Particles. This efficiently handles storing and updating them.
RandomEmitter Emits a particle randomly on the screen.
TechnicolorAction DO NOT CREATE AN INSTANCE OF THIS. USE TechnicolorAction.Instance.