We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Phaser.Display.ColorMatrix
Phaser.GameObjects.Components.FX#remove
1 parent c62baca commit 05fc916Copy full SHA for 05fc916
src/gameobjects/components/FX.js
@@ -289,7 +289,7 @@ var FX = new Class({
289
* @generic {Phaser.FX.Controller} T
290
* @genericUse {T} - [fx]
291
*
292
- * @param {Phaser.FX.Controller} fx - The FX Controller to remove from this FX Component.
+ * @param {Phaser.FX.Controller|Phaser.Display.ColorMatrix} fx - The FX Controller to remove from this FX Component.
293
294
* @return {this} This Game Object instance.
295
*/
0 commit comments