decodedSound(key, data)
Add a new decoded sound.
Parameters
Name | Type | Description |
---|---|---|
key | string | The key of the asset within the cache. |
data | object | Extra sound data. |
- Source code: loader/Cache.js (Line 726)
decodedSound(key, data)
Add a new decoded sound.
Name | Type | Description |
---|---|---|
key | string | The key of the asset within the cache. |
data | object | Extra sound data. |
Please login to continue.