mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +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
|
* @method Phaser.GameObjects.Components.GetBounds#getBounds
|
||||||
* @since 3.0.0
|
* @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.
|
* @param {(Phaser.Geom.Rectangle|object)} [output] - An object to store the values in. If not provided a new Rectangle will be created.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue