particleAlpha
The average starting alpha value for a particle.
Declaration
var particleAlpha: CGFloat { get set }Discussion
The particle alpha value is equivalent to the alpha property of the SKNode class. The alpha component of the color that results from the texture and color blending state is multiplied by a particle’s alpha value. The resulting particle color is then blended with the parent’s framebuffer. The default value is 1.0.