Skip to content

Commit 16d597c

Browse files
committed
Fixed jsdoc references
1 parent 5ada704 commit 16d597c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/cameras/2d/Camera.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ var Camera = new Class({
549549
* Set the Alpha level of this Camera. The alpha controls the opacity of the Camera as it renders.
550550
* Alpha values are provided as a float between 0, fully transparent, and 1, fully opaque.
551551
*
552-
* @method Phaser.GameObjects.Components.Origin#setAlpha
552+
* @method Phaser.Cameras.Scene2D.Camera#setAlpha
553553
* @since 3.11.0
554554
*
555555
* @param {number} [value=1] - The Camera alpha value.
@@ -575,7 +575,7 @@ var Camera = new Class({
575575
* Changing the origin allows you to adjust the point in the viewport from which rotation happens.
576576
* A value of 0 would rotate from the top-left of the viewport. A value of 1 from the bottom right.
577577
*
578-
* @method Phaser.GameObjects.Components.Origin#setOrigin
578+
* @method Phaser.Cameras.Scene2D.Camera#setOrigin
579579
* @since 3.11.0
580580
*
581581
* @param {number} [x=0.5] - The horizontal origin value.

0 commit comments

Comments
 (0)