Phaser API Documentation

  Version: 
getAllPlaying()

Description:

Returns all sounds from this Sound Manager that are currently playing. That is, Sound instances that have their isPlaying property set to true.

Returns:
Description:
  • All currently playing sounds, or an empty array.
Type:
Since: 3.60.0