Atlas Engine
API Referenceatlasatlas/units

Direction3d

Named directions along the three coordinate axes.

Module: atlas/units

Named directions along the three coordinate axes.

Declaration

export enum Direction3d {
        Up,
        Down,
        Left,
        Right,
        Forward,
        Backward,
    }

Values

Up

Up

Down

Down

Left

Left
Right

Forward

Forward

Backward

Backward

On this page