mwg API
    Preparing search index...

    Interface AudioPoint

    A point in the same 2D space the game's camera works in, in world units.

    interface AudioPoint {
        x: number;
        y: number;
    }

    Implemented by

    Index
    x y
    x: number
    y: number