Enum ParticleBlendMode ​
Namespace: ValveResourceFormat.Renderer.Particles
Assembly: Renderer.dll
Particle render output blending modes.
csharp
public enum ParticleBlendModeFields ​
PARTICLE_OUTPUT_BLEND_MODE_ALPHA = 0
Standard alpha blending.
PARTICLE_OUTPUT_BLEND_MODE_ADD = 1
Additive blending.
PARTICLE_OUTPUT_BLEND_MODE_BLEND_ADD = 2
Blend then add blending.
PARTICLE_OUTPUT_BLEND_MODE_HALF_BLEND_ADD = 3
Half blend then add blending.
PARTICLE_OUTPUT_BLEND_MODE_NEG_HALF_BLEND_ADD = 4
Negative half blend then add blending.
PARTICLE_OUTPUT_BLEND_MODE_MOD2X = 5
Modulate 2x blending.
PARTICLE_OUTPUT_BLEND_MODE_LIGHTEN = 6
Lighten blending.
See Also ​
https://s2v.app/SchemaExplorer/cs2/particles/ParticleOutputBlendMode_t

