UNPKG

@phaserjs/phaser

Version:
3 lines 272 B
import { IGameObject } from '../gameobjects/IGameObject'; export declare function ReparentChildren<P extends IGameObject, T extends IGameObject>(parent: P, newParent: T, beginIndex?: number, endIndex?: number): IGameObject[]; //# sourceMappingURL=ReparentChildren.d.ts.map