SoundManager#remove()

remove(sound) → {boolean}

Removes a Sound from the SoundManager. The removed Sound is destroyed before removal.

Parameters
Name Type Description
sound Phaser.Sound

The sound object to remove.

Returns
boolean -

True if the sound was removed successfully, otherwise false.

Source code: sound/SoundManager.js (Line 579)
doc_phaser
2017-02-14 11:10:07
Comments
Leave a Comment

Please login to continue.