We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25331c commit 8d10777Copy full SHA for 8d10777
1 file changed
types/phaser.d.ts
@@ -39154,7 +39154,7 @@ declare namespace Phaser {
39154
* @param stepRate The distance between each point on the line. When set, `quantity` is implied and should be set to `0`.
39155
* @param output An optional array of Points, or point-like objects, to store the coordinates of the points on the line.
39156
*/
39157
- getPoints<O extends Phaser.Geom.Point>(quantity: integer, stepRate?: integer, output?: O): O;
+ getPoints<O extends Phaser.Geom.Point[]>(quantity: integer, stepRate?: integer, output?: O): O;
39158
39159
/**
39160
* Get a random Point on the Line.
0 commit comments