Phaser API Documentation

  Version: 

Member of: Phaser.Types.Sound

EachActiveSoundCallback(manager, sound, index, sounds)

Parameters:

name type description
manager Phaser.Sound.BaseSoundManager

The SoundManager

sound Phaser.Sound.BaseSound

The current active Sound

index number

The index of the current active Sound

sounds Array.<Phaser.Sound.BaseSound>

All sounds

Type:
function
Since: 3.0.0