UNPKG

@phaserjs/phaser

Version:
3 lines 232 B
import { IGameObject } from '../gameobjects/IGameObject'; export declare function AddChildrenAt<P extends IGameObject>(parent: P, index: number, ...children: IGameObject[]): IGameObject[]; //# sourceMappingURL=AddChildrenAt.d.ts.map