ThreePipe
Preparing search index...
IAssetImporterEventMap
Interface IAssetImporterEventMap
interface
IAssetImporterEventMap
{
importFile
:
{
error
?:
any
;
loadedBytes
?:
number
;
path
:
string
;
progress
?:
number
;
state
:
"error"
|
"downloading"
|
"done"
|
"adding"
;
totalBytes
?:
number
;
type
:
"importFile"
;
}
;
importFiles
:
{
files
:
Map
<
string
,
IFile
>
;
state
:
"start"
|
"end"
;
type
:
"importFiles"
;
}
;
loaderCreate
:
{
loader
:
ILoader
;
type
:
"loaderCreate"
}
;
onError
:
{
type
:
"onError"
;
url
:
string
}
;
onLoad
:
{
type
:
"onLoad"
}
;
onProgress
:
{
loaded
:
number
;
total
:
number
;
type
:
"onProgress"
;
url
:
string
;
}
;
onStart
:
{
loaded
:
number
;
total
:
number
;
type
:
"onStart"
;
url
:
string
}
;
processRaw
:
{
data
:
any
;
options
:
ProcessRawOptions
;
path
?:
string
;
type
:
"processRaw"
;
}
;
processRawStart
:
{
data
:
any
;
options
:
ProcessRawOptions
;
path
?:
string
;
type
:
"processRawStart"
;
}
;
}
Index
Properties
import
File
import
Files
loader
Create
on
Error
on
Load
on
Progress
on
Start
process
Raw
process
Raw
Start
Properties
import
File
importFile
:
{
error
?:
any
;
loadedBytes
?:
number
;
path
:
string
;
progress
?:
number
;
state
:
"error"
|
"downloading"
|
"done"
|
"adding"
;
totalBytes
?:
number
;
type
:
"importFile"
;
}
import
Files
importFiles
:
{
files
:
Map
<
string
,
IFile
>
;
state
:
"start"
|
"end"
;
type
:
"importFiles"
;
}
loader
Create
loaderCreate
:
{
loader
:
ILoader
;
type
:
"loaderCreate"
}
on
Error
onError
:
{
type
:
"onError"
;
url
:
string
}
Deprecated
use the
importFile
event instead
on
Load
onLoad
:
{
type
:
"onLoad"
}
Deprecated
use the
importFile
event instead
on
Progress
onProgress
:
{
loaded
:
number
;
total
:
number
;
type
:
"onProgress"
;
url
:
string
}
Deprecated
use the
importFile
event instead
on
Start
onStart
:
{
loaded
:
number
;
total
:
number
;
type
:
"onStart"
;
url
:
string
}
Deprecated
use the
importFile
event instead
process
Raw
processRaw
:
{
data
:
any
;
options
:
ProcessRawOptions
;
path
?:
string
;
type
:
"processRaw"
;
}
process
Raw
Start
processRawStart
:
{
data
:
any
;
options
:
ProcessRawOptions
;
path
?:
string
;
type
:
"processRawStart"
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
import
File
import
Files
loader
Create
on
Error
on
Load
on
Progress
on
Start
process
Raw
process
Raw
Start
ThreePipe
Loading...
Deprecated
use the importFile event instead