Sounds Prefabs
Sounds
This array contains audio effects bound to the effect. You can enable several audio tracks at once.
Audio
Simple audio effect on background, looped by default.
Usage
"sounds": [
{
"audio": {
"filename": "sound.ogg",
"start": 1,
"end": 4,
"loop": true,
"volume": 0.7
}
// ...
}
// ...
]
Parameter | Description | Optional | Default Value |
---|---|---|---|
| Path to audio track. Tracks in | + | + |
| Timepoint to start audio play (in seconds). |
| |
| Timepoint to end audio play (in seconds). |
| |
| Loop the audio track. |
| |
| This audio track volume. Value from |
|