particleSpeedRange
The range of allowed random values for a particle’s initial speed.
Declaration
var particleSpeedRange: CGFloat { get set }Discussion
The default value is 0.0. If non-zero, the speed of each particle is randomly determined and may vary by plus or minus half of the range value.