mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
added duration description
This commit is contained in:
parent
dd17f6083f
commit
a4b7eb0fe5
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,12 @@ var BaseSound = new Class({
|
|||
* @property {ISoundConfig} config
|
||||
*/
|
||||
this.config = {
|
||||
/**
|
||||
* A value representing the duration, in seconds.
|
||||
* It could be total sound duration or a marker duration.
|
||||
*
|
||||
* @type {number}
|
||||
*/
|
||||
duration: 0
|
||||
};
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue