phaser3-rex-plugins-types
Version:
[](https://www.npmjs.com/package/phaser3-rex-plugins-types) [](https://github.com/prettier/prettier) [![B
14 lines (10 loc) • 383 B
TypeScript
declare module 'phaser3-rex-plugins/templates/ui/ObjectFactory' {
export default class ObjectFactory {
scene: Phaser.Scene;
displayList: Phaser.GameObjects.DisplayList;
updateList: Phaser.GameObjects.UpdateList;
constructor(scene: Phaser.Scene);
destroy(): void;
static register(type: string, callback: Function): void;
}
}