mirror of
https://github.com/photonstorm/phaser
synced 2024-11-15 17:28:18 +00:00
commit
7a63aeabde
1 changed files with 0 additions and 1 deletions
1
build/phaser.d.ts
vendored
1
build/phaser.d.ts
vendored
|
@ -3477,7 +3477,6 @@ declare module Phaser {
|
|||
clampX(min: number, max: number): Phaser.Point;
|
||||
clampY(min: number, max: number): Phaser.Point;
|
||||
clone(output?: Phaser.Point): Phaser.Point;
|
||||
clone(output: Phaser.Point): Phaser.Point;
|
||||
copyFrom(source: any): Phaser.Point;
|
||||
copyTo(dest: any): Object;
|
||||
distance(dest: Object, round?: boolean): number;
|
||||
|
|
Loading…
Reference in a new issue