UNPKG

@phaserjs/phaser

Version:
3 lines 242 B
import { IGameObject } from '../gameobjects/IGameObject'; export declare function GetFirstChild<P extends IGameObject>(parent: P, property?: string | symbol, value?: never): IGameObject | undefined; //# sourceMappingURL=GetFirstChild.d.ts.map