Enum ParticleControlPointAxis ​
Namespace: ValveResourceFormat.Particles
Assembly: ValveResourceFormat.dll
An axis of a control point's frame.
csharp
public enum ParticleControlPointAxisFields ​
PARTICLE_CP_AXIS_X = 0
The forward axis.
PARTICLE_CP_AXIS_Y = 1
The left axis.
PARTICLE_CP_AXIS_Z = 2
The up axis.
PARTICLE_CP_AXIS_NEGATIVE_X = 3
The backward axis.
PARTICLE_CP_AXIS_NEGATIVE_Y = 4
The right axis.
PARTICLE_CP_AXIS_NEGATIVE_Z = 5
The down axis.
See Also ​
https://s2v.app/SchemaExplorer/cs2/particles/ParticleControlPointAxis_t

