UNPKG

@robotlegsjs/phaser

Version:

RobotlegsJS integration with Phaser Scene Manager

19 lines (18 loc) 495 B
import { IBundle, IContext } from "@robotlegsjs/core"; /** * For that Classic Robotlegs flavour * * <p>This bundle installs a number of extensions commonly used * in typical Robotlegs applications and modules.</p> */ export declare class PhaserBundle implements IBundle { private _context; private _logger; /** * @inheritDoc */ extend(context: IContext): void; private _handleContextSceneManager; private _whenInitializing; private _afterDestroying; }