@phaserjs/phaser
Version:
5 lines • 326 B
TypeScript
import { IContainer } from '../gameobjects/container/IContainer';
import { IGameObject } from '../gameobjects/IGameObject';
import { IVec2Like } from '../math/vec2/IVec2Like';
export declare function GetClosestChild<P extends IGameObject>(parent: P, point: IVec2Like): IContainer;
//# sourceMappingURL=GetClosestChild.d.ts.map