Share via


SCNParticleBlendMode Enum

Definition

Enumeration of the ways in which overlapping particles emitted by a SCNParticleSystem will be rendered.

[ObjCRuntime.Native]
public enum SCNParticleBlendMode
[<ObjCRuntime.Native>]
type SCNParticleBlendMode = 
Inheritance
SCNParticleBlendMode
Attributes

Fields

Name Value Description
Additive 0
Subtract 1
Multiply 2
Screen 3
Alpha 4
Replace 5

Applies to