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

    Type Alias PluginObject

    type PluginObject = {
        default?: string[];
        defaultMerge?: string[];
        global?: PluginObjectItem[] | null;
        scene?: PluginObjectItem[] | null;
    }
    Index

    Properties

    default?: string[]

    The default set of scene plugins (names).

    defaultMerge?: string[]

    Plugins to add to the default set of scene plugins.

    global?: PluginObjectItem[] | null

    Global plugins to install.

    scene?: PluginObjectItem[] | null

    Scene plugins to install.