We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84fa696 commit a7fc306Copy full SHA for a7fc306
1 file changed
src/gameobjects/components/GetBounds.js
@@ -196,7 +196,7 @@ var GetBounds = {
196
* @method Phaser.GameObjects.Components.GetBounds#getBounds
197
* @since 3.0.0
198
*
199
- * @generic {Phaser.Math.Vector2} O - [output,$return]
+ * @generic {Phaser.Geom.Rectangle} O - [output,$return]
200
201
* @param {(Phaser.Geom.Rectangle|object)} [output] - An object to store the values in. If not provided a new Rectangle will be created.
202
0 commit comments