We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7765016 commit 4ea080eCopy full SHA for 4ea080e
1 file changed
src/gameobjects/bitmaptext/BatchChar.js
@@ -11,7 +11,7 @@
11
* @since 3.50.0
12
* @private
13
*
14
- * @param {Phaser.Renderer.WebGL.WebGLPipeline} pipeline - The BitmapText Game Object.
+ * @param {Phaser.Renderer.WebGL.WebGLPipeline} pipeline - The WebGLPipeline. Must have a `batchQuad` method.
15
* @param {Phaser.GameObjects.BitmapText} src - The BitmapText Game Object.
16
* @param {Phaser.Types.GameObjects.BitmapText.BitmapTextCharacter} char - The character to render.
17
* @param {Phaser.Types.GameObjects.BitmapText.BitmapFontCharacterData} glyph - The character glyph.
0 commit comments