Sound#pausedTime
  • References/Game Development/Phaser/Sound/Sound

pausedTime : number The game time at which the sound was paused. Source code:

2025-01-10 15:47:30
SoundManager#game
  • References/Game Development/Phaser/Sound/SoundManager

game : Phaser.Game Local reference to game.

2025-01-10 15:47:30
AudioSprite#autoplayKey
  • References/Game Development/Phaser/Sound/AudioSprite

autoplayKey : string If a sound is set to auto play, this holds the marker key of it.

2025-01-10 15:47:30
AudioSprite#autoplay
  • References/Game Development/Phaser/Sound/AudioSprite

autoplay : boolean Is a sound set to autoplay or not? Source code:

2025-01-10 15:47:30
SoundManager#context
  • References/Game Development/Phaser/Sound/SoundManager

context :AudioContext The AudioContext being used for playback. Source code:

2025-01-10 15:47:30
SoundManager#setTouchLock()
  • References/Game Development/Phaser/Sound/SoundManager

setTouchLock() Sets the Input Manager touch callback to be SoundManager.unlock.Required for iOS audio device unlocking. Mostly

2025-01-10 15:47:30
Sound#onPause
  • References/Game Development/Phaser/Sound/Sound

onPause : Phaser.Signal The onPause event is dispatched

2025-01-10 15:47:30
SoundManager#connectToMaster
  • References/Game Development/Phaser/Sound/SoundManager

connectToMaster : boolean Used in conjunction with Sound.externalNode this allows you to stop a Sound node being connected to the

2025-01-10 15:47:30
Sound#pausedPosition
  • References/Game Development/Phaser/Sound/Sound

pausedPosition : number The position the sound had reached when it was paused. Source

2025-01-10 15:47:30
Sound#masterGainNode
  • References/Game Development/Phaser/Sound/Sound

masterGainNode : Object The master gain node in a Web Audio system. Source

2025-01-10 15:47:30