Skip to content

Commit 79520bf

Browse files
committed
Added jsdoc
1 parent 1399355 commit 79520bf

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/gameobjects/graphics/Graphics.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,13 @@ var Graphics = new Class({
11151115

11161116
});
11171117

1118+
/**
1119+
* A Camera used specifically by the Graphics system for rendering to textures.
1120+
*
1121+
* @name Phaser.GameObjects.Graphics.TargetCamera
1122+
* @type {Phaser.Cameras.Scene2D.Camera}
1123+
* @since 3.1.0
1124+
*/
11181125
Graphics.TargetCamera = new Camera(0, 0, 0, 0);
11191126

11201127
module.exports = Graphics;

0 commit comments

Comments
 (0)