Home
News
Learn
Download
Examples
Community
Login
Phaser API Documentation
Version:
Namespaces
Classes
Events
Game Objects
Physics
Scenes
Changelog
Member of:
Phaser.Sound.HTML5AudioSound
setSeek(value)
Description:
Seeks to a specific point in this sound.
Parameters:
name
type
description
value
number
The point in the sound to seek to.
Returns:
Description:
This Sound instance.
Type:
Phaser.Sound.HTML5AudioSound
Fires:
Phaser.Sound.Events.SEEK
Since:
3.4.0
Source:
src/sound/html5/HTML5AudioSound.js
(Line
849
)
Possible examples