Interface IPosition

    Position

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

    Properties

    x y

    Properties

    x: number
    y: number

    Generated using TypeDoc and TypeDoc Airthium Plugin