UNPKG

@phaserjs/phaser

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