Enum ParticleDetailLevel ​
Namespace: ValveResourceFormat.Renderer.Particles
Assembly: Renderer.dll
The lowest particle detail tier a child system appears at.
csharp
public enum ParticleDetailLevelFields ​
PARTICLEDETAIL_LOW = 0
Always present.
PARTICLEDETAIL_MEDIUM = 1
Present from the medium tier up.
PARTICLEDETAIL_HIGH = 2
Present from the high tier up.
PARTICLEDETAIL_ULTRA = 3
Present only at the ultra tier.
See Also ​
https://s2v.app/SchemaExplorer/cs2/particles/ParticleDetailLevel_t

