@cccode/fxr - v22.0.0

    Enumeration InitialDirection

    An emitted instance's initial direction is used for various things that require a direction, but does not have a set one to follow.

    The initial direction can be further modified by the following actions:

    Index

    Enumeration Members

    Emitter: 0

    The direction will depend on the emitter shape.

    Emitter Shape Direction
    Point Same as LocalNorth.
    Disk Same as LocalNorth.
    Rectangle Same as LocalNorth.
    Sphere The direction cannot be changed for this emitter shape.
    Box If emitInside is true, it picks a direction parallel to a random local axis. If it is false, the direction will be out from the box, perpendicular to the side where the particle was emitted.
    Cylinder Out from the cylinder's axis.
    Up: 1

    Global up. (+Y)

    Down: 2

    Global down. (-Y)

    North: 3

    Global north. (+Z)

    LocalUp: 4

    Local up. (+Y)

    LocalDown: 5

    Local down. (-Y)

    LocalNorth: 6

    Local north. (+Z)

    MMNEPVFCICPMFPCPTTAAATR