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