Click or drag to resize
DigitalRuneStreamEmitterEmissionLimit Property
Gets or sets the maximum number of emitted particles.

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

Property Value

Type: Int32
The maximum number of emitted particles. If this property is -1, the emission is unlimited. The default value is -1.
See Also