File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments