mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Added resume event docs
This commit is contained in:
parent
ed27878b78
commit
e874c64fe4
1 changed files with 4 additions and 0 deletions
|
@ -179,6 +179,10 @@ var WebAudioSound = new Class({
|
|||
}
|
||||
// \/\/\/ isPlaying = true, isPaused = false \/\/\/
|
||||
this.createAndStartBufferSource();
|
||||
/**
|
||||
* @event Phaser.Sound.WebAudioSound#resume
|
||||
* @param {Phaser.Sound.WebAudioSound} sound - Reference to the sound that emitted event.
|
||||
*/
|
||||
this.emit('resume', this);
|
||||
return true;
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue