gameforge - v0.1.12
    Preparing search index...

    Interface BackgroundSystemOptions

    Options for the background system.

    PIXI

    interface BackgroundSystemOptions {
        background?: ColorSource;
        backgroundAlpha: number;
        backgroundColor: ColorSource;
        clearBeforeRender: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    background?: ColorSource

    Alias for PIXI.IRendererOptions.backgroundColor

    PIXI.IRendererOptions

    backgroundAlpha: number

    Transparency of the background color, value from 0 (fully transparent) to 1 (fully opaque).

    PIXI.IRendererOptions

    backgroundColor: ColorSource

    The background color used to clear the canvas. See PIXI.ColorSource for accepted color values.

    PIXI.IRendererOptions

    clearBeforeRender: boolean

    Whether to clear the canvas before new render passes.

    PIXI.IRendererOptions