UNPKG

@phaserjs/phaser

Version:
4 lines 254 B
import { IBaseWorld } from '../world/IBaseWorld'; import { IGameObject } from '../gameobjects/IGameObject'; export declare function SetWorld<W extends IBaseWorld>(world: W, ...entries: IGameObject[]): IGameObject[]; //# sourceMappingURL=SetWorld.d.ts.map