Updated update method docs

This commit is contained in:
Pavle Goloskokovic 2018-01-07 22:34:07 +01:00
parent 958bbd7a82
commit 457789df64

View file

@ -291,8 +291,10 @@ var WebAudioSound = new Class({
BaseSound.prototype.applyConfig.call(this);
},
/**
* Update method called on every game step.
* Update method called automatically by sound manager on every game step.
*
* @protected
* @method Phaser.Sound.WebAudioSound#update
* @param {number} time - The current timestamp as generated by the Request Animation Frame or SetTimeout.
* @param {number} delta - The delta time elapsed since the last frame.
*/