mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Updated seek property docs
This commit is contained in:
parent
5f2b83adf6
commit
1d42cec0e0
1 changed files with 2 additions and 0 deletions
|
@ -462,6 +462,8 @@ Object.defineProperty(WebAudioSound.prototype, 'detune', {
|
|||
});
|
||||
/**
|
||||
* Current position of playing sound.
|
||||
*
|
||||
* @name Phaser.Sound.WebAudioSound#seek
|
||||
* @property {number} seek
|
||||
*/
|
||||
Object.defineProperty(WebAudioSound.prototype, 'seek', {
|
||||
|
|
Loading…
Reference in a new issue