Defined in: packages/engine/src/components/Sound.tsx:6
| Property |
Type |
Default value |
Description |
loop? |
boolean |
false |
Starts again each time it ends, rather than playing once. |
url |
string |
undefined |
The file, a ?url import or one of sounds. |
volume? |
number |
1 |
0 is silent and 1 is the file as recorded. |