Click or drag to resize
DigitalRuneParticleSystemExceptionParticleEffector Property
Gets or sets the particle effector that caused the exception.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public ParticleEffector ParticleEffector { get; set; }

Property Value

Type: ParticleEffector
The particle effector that caused the exception.
See Also