@robotlegsjs/phaser
Version:
RobotlegsJS integration with Phaser Scene Manager
16 lines (15 loc) • 415 B
TypeScript
import { IContext, IExtension } from "@robotlegsjs/core";
/**
* This extension install a Scene Manager into the context
*/
export declare class SceneManagerExtension implements IExtension {
private static _containerRegistry;
private _injector;
private _sceneManager;
/**
* @inheritDoc
*/
extend(context: IContext): void;
private _whenInitializing;
private _whenDestroying;
}