mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Added Rectangle.getPoint.
This commit is contained in:
parent
d67e902760
commit
c7225cb3b7
1 changed files with 1 additions and 0 deletions
1
typescript/phaser.d.ts
vendored
1
typescript/phaser.d.ts
vendored
|
@ -4090,6 +4090,7 @@ declare module "phaser" {
|
|||
equals(b: Phaser.Rectangle): boolean;
|
||||
floor(): void;
|
||||
floorAll(): void;
|
||||
getPoint(location: number, out: Phaser.Point): Phaser.Point;
|
||||
inflate(dx: number, dy: number): Phaser.Rectangle;
|
||||
intersection(b: Phaser.Rectangle, out: Phaser.Rectangle): Phaser.Rectangle;
|
||||
intersects(b: Phaser.Rectangle, tolerance: number): boolean;
|
||||
|
|
Loading…
Add table
Reference in a new issue