We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c79a92 commit e1151feCopy full SHA for e1151fe
1 file changed
src/cameras/2d/Camera.js
@@ -156,7 +156,7 @@ var Camera = new Class({
156
157
/**
158
* Is this Camera visible or not?
159
- *
+ *
160
* A visible camera will render and perform input tests.
161
* An invisible camera will not render anything and will skip input tests.
162
*
@@ -1265,14 +1265,14 @@ var Camera = new Class({
1265
1266
1267
* Sets the visibility of this Camera.
1268
1269
* An invisible Camera will skip rendering and input tests of everything it can see.
1270
1271
* @method Phaser.Cameras.Scene2D.Camera#setVisible
1272
* @since 3.10.0
1273
1274
* @param {boolean} value - The visible state of the Camera.
1275
1276
* @return {this} This Camera instance.
1277
*/
1278
setVisible: function (value)
0 commit comments