mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Added mute property docs
This commit is contained in:
parent
569b395044
commit
4fb2959361
1 changed files with 6 additions and 0 deletions
|
@ -58,6 +58,12 @@ var HTML5AudioSoundManager = new Class({
|
|||
this.onBlurPausedSounds = null;
|
||||
}
|
||||
});
|
||||
/**
|
||||
* Global mute setting.
|
||||
*
|
||||
* @name Phaser.Sound.HTML5AudioSoundManager#mute
|
||||
* @property {boolean} mute
|
||||
*/
|
||||
Object.defineProperty(HTML5AudioSoundManager.prototype, 'mute', {
|
||||
get: function () {
|
||||
return this._mute;
|
||||
|
|
Loading…
Add table
Reference in a new issue