sparkengineweb
Preparing search index...
SoundLoader
Interface SoundLoader
interface
SoundLoader
{
load
(
src
:
string
)
:
Promise
<
SoundAsset
>
;
}
Implemented by
DOMSoundLoader
Index
Methods
load
Methods
load
load
(
src
:
string
)
:
Promise
<
SoundAsset
>
Parameters
src
:
string
the source path of the asset file
Returns
Promise
<
SoundAsset
>
Promise
- the loaded SoundAsset
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
load
sparkengineweb
Loading...
the source path of the asset file