| StreamEmitterEmissionLimit Property |
Gets or sets the maximum number of emitted particles.
Namespace: DigitalRune.Particles.EffectorsAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public int EmissionLimit { get; set; }
Public Property EmissionLimit As Integer
Get
Set
public:
property int EmissionLimit {
int get ();
void set (int value);
}
member EmissionLimit : int with 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