Phaser API Documentation

  Version: 
removeMarker(markerName)

Description:

Removes a marker from the sound.

Parameters:

name type description
markerName string

The name of the marker to remove.

Returns:
Description:

Removed marker object or 'null' if there was no marker with provided name.

Since: 3.0.0
Source: src/sound/BaseSound.js (Line 261)