We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712e95b commit 9d577a4Copy full SHA for 9d577a4
1 file changed
v3/src/sound/BaseSound.js
@@ -341,7 +341,13 @@ var BaseSound = new Class({
341
this.currentConfig.delay = 0;
342
},
343
/**
344
+ * Update method called automatically by sound manager on every game step.
345
+ *
346
+ * @override
347
* @protected
348
+ * @method Phaser.Sound.BaseSound#update
349
+ * @param {number} time - The current timestamp as generated by the Request Animation Frame or SetTimeout.
350
+ * @param {number} delta - The delta time elapsed since the last frame.
351
*/
352
update: NOOP,
353
0 commit comments