Enum ParticleSetMethod ​
Namespace: ValveResourceFormat.Renderer.Particles
Assembly: Renderer.dll
Methods for modifying particle attributes.
public enum ParticleSetMethodFields ​
PARTICLE_SET_REPLACE_VALUE = 0
Replaces the current attribute value with the new value.
PARTICLE_SET_SCALE_INITIAL_VALUE = 1
Multiplies the initial spawn-time attribute value by the new value.
PARTICLE_SET_ADD_TO_INITIAL_VALUE = 2
Adds the new value to the initial spawn-time attribute value.
PARTICLE_SET_RAMP_CURRENT_VALUE = 3
Adds the new value multiplied by age to the current attribute value (exponential ramp).
PARTICLE_SET_SCALE_CURRENT_VALUE = 4
Multiplies the current attribute value by the new value.
PARTICLE_SET_ADD_TO_CURRENT_VALUE = 5
Adds the new value to the current attribute value.
See Also ​
https://s2v.app/SchemaExplorer/cs2/particles/ParticleSetMethod_t

