UNPKG

@phaserjs/phaser

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