Contents

blendMode

The blending mode for compositing particle images into the rendered scene.

Declaration

var blendMode: SCNParticleBlendMode { get set }

Discussion

Together with the sortingMode property, blend modes affect the appearance of overlapping particle images when rendered.

For possible blend modes, see SCNParticleBlendMode. The default value is SCNParticleBlendMode.additive.

See Also

Managing Particle Rendering