UNPKG

@phaserjs/phaser

Version:
3 lines 221 B
import { IGameObject } from '../gameobjects/IGameObject'; export declare function FindChildrenByName<P extends IGameObject>(parent: P, searchString: string): IGameObject[]; //# sourceMappingURL=FindChildrenByName.d.ts.map