We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2fcd0 commit 43f6b1dCopy full SHA for 43f6b1d
1 file changed
src/gameobjects/particles/ParticleEmitterManager.js
@@ -22,9 +22,9 @@ var Render = require('./ParticleManagerRender');
22
* @constructor
23
* @since 3.0.0
24
*
25
- * @extends Phaser.GameObjects.Particles.Components.Depth
26
- * @extends Phaser.GameObjects.Particles.Components.Pipeline
27
- * @extends Phaser.GameObjects.Particles.Components.Visible
+ * @extends Phaser.GameObjects.Components.Depth
+ * @extends Phaser.GameObjects.Components.Pipeline
+ * @extends Phaser.GameObjects.Components.Visible
28
29
* @param {Phaser.Scene} scene - The Scene to which this Emitter Manager belongs.
30
* @param {string} texture - The key of the Texture this Emitter Manager will use to render particles, as stored in the Texture Manager.
0 commit comments