spawnMaxRadius property

double spawnMaxRadius
final

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

Implementation

final double spawnMaxRadius;