Skip to content

Commit 027725e

Browse files
committed
Defs update.
1 parent 07ef075 commit 027725e

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
@@ -2294,6 +2294,7 @@ declare module "phaser" {
22942294

22952295
static intersectsPoints(a: Phaser.Point, b: Phaser.Point, e: Phaser.Point, f: Phaser.Point, asSegment?: boolean, result?: Phaser.Point): Phaser.Point;
22962296
static intersects(a: Phaser.Line, b: Phaser.Line, asSegment?: boolean, result?: Phaser.Point): Phaser.Point;
2297+
static intersectsRectangle(line: Phaser.Line, rect: Phaser.Rectangle): boolean;
22972298
static reflect(a: Phaser.Line, b: Phaser.Line): number;
22982299

22992300
centerOn(x: number, y: number): Phaser.Line;

0 commit comments

Comments
 (0)