interface IEmitterRate {
    delay: RangeValue;
    quantity: RangeValue;
}

Implemented by

Properties

Properties

delay: RangeValue

The emitting velocity, how many seconds will pass between the next particles creation Decimal values allowed

quantity: RangeValue

The emitting quantity, how many particles will be created at every creation event