Enum ParticleEndCapMode ​
Namespace: ValveResourceFormat.Renderer.Particles
Assembly: Renderer.dll
Particle system endcap behavior when reaching lifetime limits.
csharp
public enum ParticleEndCapModeFields ​
PARTICLE_ENDCAP_ALWAYS_ON = -1
The operator always runs, regardless of endcap state.
PARTICLE_ENDCAP_ENDCAP_OFF = 0
The operator runs only when the endcap is not active.
PARTICLE_ENDCAP_ENDCAP_ON = 1
The operator runs only during the endcap phase.
See Also ​
https://s2v.app/SchemaExplorer/cs2/particles/ParticleEndcapMode_t

