mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +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.
|
* Current position of playing sound.
|
||||||
|
*
|
||||||
|
* @name Phaser.Sound.WebAudioSound#seek
|
||||||
* @property {number} seek
|
* @property {number} seek
|
||||||
*/
|
*/
|
||||||
Object.defineProperty(WebAudioSound.prototype, 'seek', {
|
Object.defineProperty(WebAudioSound.prototype, 'seek', {
|
||||||
|
|
Loading…
Add table
Reference in a new issue