Skip to content

Commit c7225cb

Browse files
committed
Added Rectangle.getPoint.
1 parent d67e902 commit c7225cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

typescript/phaser.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4090,6 +4090,7 @@ declare module "phaser" {
40904090
equals(b: Phaser.Rectangle): boolean;
40914091
floor(): void;
40924092
floorAll(): void;
4093+
getPoint(location: number, out: Phaser.Point): Phaser.Point;
40934094
inflate(dx: number, dy: number): Phaser.Rectangle;
40944095
intersection(b: Phaser.Rectangle, out: Phaser.Rectangle): Phaser.Rectangle;
40954096
intersects(b: Phaser.Rectangle, tolerance: number): boolean;

0 commit comments

Comments
 (0)