Egret Engine R - v6.0.0
Preparing search index...
extension/eui/core/IAssetAdapter
IAssetAdapter
Interface IAssetAdapter
interface
IAssetAdapter
{
getAsset
(
source
:
string
,
callBack
:
(
content
:
any
,
source
:
string
)
=>
void
,
thisObject
:
any
,
)
:
void
;
}
Implemented by
DefaultAssetAdapter
Index
Methods
get
Asset
Methods
get
Asset
getAsset
(
source
:
string
,
callBack
:
(
content
:
any
,
source
:
string
)
=>
void
,
thisObject
:
any
,
)
:
void
Parameters
source
:
string
callBack
:
(
content
:
any
,
source
:
string
)
=>
void
thisObject
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
get
Asset
Egret Engine R - v6.0.0
Loading...