Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface IPosition

    interface to represent a position on the screen

    IPosition

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

    Properties

    x y

    Properties

    x: number
    y: number