UNPKG

@robotlegsjs/phaser

Version:

RobotlegsJS integration with Phaser Scene Manager

17 lines (16 loc) 451 B
import { IContext, IExtension } from "@robotlegsjs/core"; /** * This extension installs a shared ISceneMediatorMap into the context */ export declare class SceneMediatorMapExtension implements IExtension { private _injector; private _mediatorMap; private _sceneManager; /** * @inheritDoc */ extend(context: IContext): void; private _beforeInitializing; private _beforeDestroying; private _whenDestroying; }