spawnMaxSpeed property

double spawnMaxSpeed
final

The maximum speed of a spawned particle. Changing this value should cause the particles to update, in case their current speed is bigger than the new value. The concrete effects depends on the instance of ParticleBehaviour used.

Implementation

final double spawnMaxSpeed;