UNPKG

@phaserjs/phaser

Version:
3 lines 219 B
import { IGameObject } from '../gameobjects/IGameObject'; export declare function AddChildAt<P extends IGameObject, C extends IGameObject>(parent: P, child: C, index: number): C; //# sourceMappingURL=AddChildAt.d.ts.map