We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8eb945 commit 39a5c29Copy full SHA for 39a5c29
1 file changed
v3/src/sound/BaseSoundManager.js
@@ -177,9 +177,11 @@ var BaseSoundManager = new Class({
177
sound.play(spriteName, config);
178
},
179
/**
180
+ * Removes a sound from the sound manager.
181
+ * The removed sound is destroyed before removal.
182
*
- *
- * @param {ISound} sound
183
+ * @method Phaser.Sound.BaseSoundManager#remove
184
+ * @param {ISound} sound - The sound object to remove.
185
* @returns {boolean} True if the sound was removed successfully, otherwise false.
186
*/
187
remove: function (sound) {
0 commit comments