Click or drag to resize
DigitalRuneParticleType Enumeration
Defines the type of particles in a particle system.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public enum ParticleType
Members
  Member nameValueDescription
Billboard0 All particles in the particle system are rendered as individual billboards (quads).
Ribbon1 Subsequent living particles in the particle system are rendered as connected ribbons (quad strips). At least two living particles are required to create a ribbon. Dead particles ("NormalizedAge" ≥ 1) can be used as delimiters to terminate one ribbon and start the next ribbon.
See Also