Enum ParticleOrientation ​
Namespace: ValveResourceFormat.Renderer.Particles
Assembly: Renderer.dll
Particle orientation modes for rendering.
public enum ParticleOrientationFields ​
PARTICLE_ORIENTATION_SCREEN_ALIGNED = 0
Particle always faces the screen.
PARTICLE_ORIENTATION_SCREEN_Z_ALIGNED = 1
Particle is aligned to the screen's Z axis.
PARTICLE_ORIENTATION_WORLD_Z_ALIGNED = 2
Particle is aligned to the world's Z axis.
PARTICLE_ORIENTATION_ALIGN_TO_PARTICLE_NORMAL = 3
Particle is aligned to the particle's normal vector.
PARTICLE_ORIENTATION_SCREENALIGN_TO_PARTICLE_NORMAL = 4
Particle faces the screen but is tilted toward the particle's normal vector.
PARTICLE_ORIENTATION_FULL_3AXIS_ROTATION = 5
Particle uses full 3-axis rotation from its rotation fields.
See Also ​
https://s2v.app/SchemaExplorer/cs2/particles/ParticleOrientationChoiceList_t

