@cccode/fxr - v22.0.0

    Enumeration ModelOrientationMode

    Values representing different orientation modes for Model particles.

    Index

    Enumeration Members

    North: 0

    Faces global north.

    CameraPlane: 1

    Faces away from the camera plane, the same direction as the camera itself.

    ParticleDirection: 2

    Faces in the direction the particle is moving. This direction can be modified by DirectionSpread actions, and is initially the particle's InitialDirection.

    GlobalPitch: 3

    Tries to face the camera, but is limited to rotation around the global X-axis.

    Seemingly identical to UnkGlobalPitch?

    GlobalYaw: 4

    Tries to face the camera, but is limited to rotation around the vertical global Y-axis.

    UnkGlobalPitch: 5

    Tries to face the camera, but is limited to rotation around the global X-axis.

    Seemingly identical to GlobalPitch?

    MMNEPVFCICPMFPCPTTAAATR