Phaser API Documentation

  Version: 
updateMarker(marker)

Description:

Updates previously added marker.

Parameters:

name type description
marker Phaser.Types.Sound.SoundMarker

Marker object with updated values.

Returns:
Description:

Whether the marker was updated successfully.

Type:
  • boolean
Since: 3.0.0
Source: src/sound/BaseSound.js (Line 231)