mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Merge pull request #3605 from zilbuz/master
Update GetBounds.getBounds() JSDoc
This commit is contained in:
commit
f34a507002
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ var GetBounds = {
|
|||
* @method Phaser.GameObjects.Components.GetBounds#getBounds
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @generic {Phaser.Math.Vector2} O - [output,$return]
|
||||
* @generic {Phaser.Geom.Rectangle} O - [output,$return]
|
||||
*
|
||||
* @param {(Phaser.Geom.Rectangle|object)} [output] - An object to store the values in. If not provided a new Rectangle will be created.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue