phaser - v4.0.0-rc.4
    Preparing search index...
    type JSONCameraBounds = {
        height: number;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    height: number

    The height size of camera

    width: number

    The width size of camera

    x: number

    The horizontal position of camera

    y: number

    The vertical position of camera