phaser - v3.90.0
    Preparing search index...
    type PlaneCheckerboardConfig = {
        alpha1?: number;
        alpha2?: number;
        color1?: number;
        color2?: number;
        height?: number;
    }
    Index

    Properties

    alpha1?: number

    The odd cell alpha value, specified as a number between 0 and 255.

    alpha2?: number

    The even cell alpha value, specified as a number between 0 and 255.

    color1?: number

    The odd cell color, specified as a hex value.

    color2?: number

    The even cell color, specified as a hex value.

    height?: number

    The view height of the Plane after creation, in pixels.