We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1399355 commit 79520bfCopy full SHA for 79520bf
1 file changed
src/gameobjects/graphics/Graphics.js
@@ -1115,6 +1115,13 @@ var Graphics = new Class({
1115
1116
});
1117
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
+ */
1125
Graphics.TargetCamera = new Camera(0, 0, 0, 0);
1126
1127
module.exports = Graphics;
0 commit comments