XNACS1Lib: CSS490 Spring 2011
Emits particles at the center of the emitter at a constant rate, which fade out according to InitialParticleLife. If the emitter is moving around this will look like a tail. Works best if attached to other primitives.

Namespace: XNACS1Lib
Assembly: XNACS1Lib (in XNACS1Lib.dll) Version: 1.0.0.0

Syntax

C#
public class TailEmitter : XNACS1ParticleEmitter

Inheritance Hierarchy

System..::..Object
  XNACS1Lib..::..XNACS1Primitive
    XNACS1Lib..::..XNACS1Circle
      XNACS1Lib..::..XNACS1Particle
        XNACS1Lib..::..XNACS1ParticleEmitter
          XNACS1Lib..::..XNACS1ParticleEmitter..::..TailEmitter

See Also