Enum ParticlePlaybackMode ​
Namespace: ValveResourceFormat.Renderer.SceneNodes
Assembly: Renderer.dll
Which parts of an effect a playback cycle covers.
csharp
public enum ParticlePlaybackModeFields ​
NormalWithEndCap = 0
The effect, then its endcap once emission has ended.
Normal = 1
The effect alone; the endcap plays only when the effect itself asks for it.
EndCapOnly = 2
The endcap alone, with emission stopped before the first particle is spawned.

