phaser - v4.0.0-rc.4
    Preparing search index...

    Type Alias WidthHeight

    type WidthHeight = {
        height?: number;
        width?: number;
    }
    Index

    Properties

    Properties

    height?: number

    The height.

    width?: number

    The width.