Preparing search index...
The search index is not available
@tawaship/pixim.js - v1.15.0
@tawaship/pixim.js
SoundLoader
Class SoundLoader
Hierarchy (
View Summary
)
LoaderBase
<
TSoundLoaderTarget
,
TSoundLoaderRawResource
,
SoundLoaderResource
>
SoundLoader
Index
Constructors
constructor
Properties
on
Loaded?
Methods
_load
Async
_resolve
Params
load
All
Async
load
Async
Constructors
constructor
new
SoundLoader
()
:
SoundLoader
Returns
SoundLoader
Properties
Optional
on
Loaded
onLoaded
?:
(
resource
:
SoundLoaderResource
)
=>
void
Callback when one of the resources has succeeded loading.
Methods
Protected
_load
Async
_loadAsync
(
target
:
string
,
options
?:
ISoundLoaderOption
,
)
:
Promise
<
SoundLoaderResource
>
Parameters
target
:
string
options
:
ISoundLoaderOption
= {}
Returns
Promise
<
SoundLoaderResource
>
Protected
_resolve
Params
_resolveParams
(
target
:
any
,
options
?:
ILoaderOption
)
:
ILoaderResolvedParam
Parameters
target
:
any
options
:
ILoaderOption
= {}
Returns
ILoaderResolvedParam
load
All
Async
loadAllAsync
(
targets
:
Record
<
string
,
string
>
,
options
?:
ILoaderOption
,
)
:
Promise
<
Record
<
string
,
SoundLoaderResource
>
>
Parameters
targets
:
Record
<
string
,
string
>
Optional
options
:
ILoaderOption
Returns
Promise
<
Record
<
string
,
SoundLoaderResource
>
>
load
Async
loadAsync
(
target
:
string
,
options
?:
ILoaderOption
)
:
Promise
<
SoundLoaderResource
>
Parameters
target
:
string
Optional
options
:
ILoaderOption
Returns
Promise
<
SoundLoaderResource
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
on
Loaded
Methods
_load
Async
_resolve
Params
load
All
Async
load
Async
@tawaship/pixim.js - v1.15.0
Loading...
Callback when one of the resources has succeeded loading.