mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Defs update.
This commit is contained in:
parent
07ef075e92
commit
027725e702
1 changed files with 1 additions and 0 deletions
1
typescript/phaser.d.ts
vendored
1
typescript/phaser.d.ts
vendored
|
@ -2294,6 +2294,7 @@ declare module "phaser" {
|
||||||
|
|
||||||
static intersectsPoints(a: Phaser.Point, b: Phaser.Point, e: Phaser.Point, f: Phaser.Point, asSegment?: boolean, result?: Phaser.Point): Phaser.Point;
|
static intersectsPoints(a: Phaser.Point, b: Phaser.Point, e: Phaser.Point, f: Phaser.Point, asSegment?: boolean, result?: Phaser.Point): Phaser.Point;
|
||||||
static intersects(a: Phaser.Line, b: Phaser.Line, asSegment?: boolean, result?: Phaser.Point): Phaser.Point;
|
static intersects(a: Phaser.Line, b: Phaser.Line, asSegment?: boolean, result?: Phaser.Point): Phaser.Point;
|
||||||
|
static intersectsRectangle(line: Phaser.Line, rect: Phaser.Rectangle): boolean;
|
||||||
static reflect(a: Phaser.Line, b: Phaser.Line): number;
|
static reflect(a: Phaser.Line, b: Phaser.Line): number;
|
||||||
|
|
||||||
centerOn(x: number, y: number): Phaser.Line;
|
centerOn(x: number, y: number): Phaser.Line;
|
||||||
|
|
Loading…
Reference in a new issue