mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 22:52:14 +00:00
Updated rate property docs
This commit is contained in:
parent
9c21e686fc
commit
0516cba868
1 changed files with 2 additions and 0 deletions
|
@ -430,6 +430,8 @@ Object.defineProperty(WebAudioSound.prototype, 'volume', {
|
|||
});
|
||||
/**
|
||||
* Playback rate.
|
||||
*
|
||||
* @name Phaser.Sound.WebAudioSound#rate
|
||||
* @property {number} rate
|
||||
*/
|
||||
Object.defineProperty(WebAudioSound.prototype, 'rate', {
|
||||
|
|
Loading…
Reference in a new issue