We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67e902 commit c7225cbCopy full SHA for c7225cb
1 file changed
typescript/phaser.d.ts
@@ -4090,6 +4090,7 @@ declare module "phaser" {
4090
equals(b: Phaser.Rectangle): boolean;
4091
floor(): void;
4092
floorAll(): void;
4093
+ getPoint(location: number, out: Phaser.Point): Phaser.Point;
4094
inflate(dx: number, dy: number): Phaser.Rectangle;
4095
intersection(b: Phaser.Rectangle, out: Phaser.Rectangle): Phaser.Rectangle;
4096
intersects(b: Phaser.Rectangle, tolerance: number): boolean;
0 commit comments