UNPKG

@phaserjs/phaser

Version:
3 lines 214 B
import { IGameObject } from '../gameobjects/IGameObject'; export declare function RemoveChildAt<T extends IGameObject>(parent: T, index: number): IGameObject | undefined; //# sourceMappingURL=RemoveChildAt.d.ts.map