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

stopTime : number The time the sound stopped. Source code:

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

currentMarker : string The string ID of the currently playing marker, if any. Source

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

allowMultiple : boolean This will allow you to have multiple instances of this Sound playing at once. This is only useful when

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

fadeOut(duration) Decreases the volume of this Sound from its current value to 0 over the duration specified

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

override : boolean if true when you play this sound it will always start from the beginning.

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

volume : number Gets or sets the volume of this sound, a value between 0 and 1. The value given is clamped to the range 0 to 1

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

addMarker(name, start, duration, volume, loop)

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

externalNode : Object If defined this Sound won't connect to the SoundManager master gain node, but will instead connect to externalNode

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

position : number The position of the current sound marker. Source code:

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

removeMarker(name) Removes a marker from the sound. Parameters Name

2025-01-10 15:47:30