Contents

emissionAngleRange

The range of allowed random values for a particle’s initial direction, expressed as an angle in radians.

Declaration

var emissionAngleRange: CGFloat { get set }

Discussion

The default value is 0.0. If non-zero, the emission angle of each particle is randomly determined and may vary by plus or minus half of the range value.

See Also

Controlling Particle Velocity and Acceleration