Contents

emitter::periodicBurst

Emit a burst of particles periodically.

Declaration

void emitter::periodicBurst(float2 intervalRange, uint burstSize)

Parameters

  • intervalRange:

    Minimum/Maximum duration between spawns. After each burst, the interval before the next burst will be chosen randomly in this interval.

  • burstSize:

    Number of particles to emit at system creation or reset.

Discussion