ThreePipe
Preparing search index...
ImportResultExtras
Interface ImportResultExtras
interface
ImportResultExtras
{
__rootBlob
?:
IFile
;
__rootPath
?:
string
;
__rootPathOptions
?:
Record
<
string
,
any
>
;
assetImporterProcessed
?:
boolean
;
constructor
:
any
;
isCamera
?:
boolean
;
isMaterial
?:
boolean
;
isObject3D
?:
boolean
;
isTexture
?:
boolean
;
userData
?:
IImportResultUserData
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
__
root
Blob?
__
root
Path?
__
root
Path
Options?
asset
Importer
Processed?
constructor
is
Camera?
is
Material?
is
Object3
D?
is
Texture?
user
Data?
Properties
Optional
__
root
Blob
__rootBlob
?:
IFile
Optional
__
root
Path
__rootPath
?:
string
Optional
__
root
Path
Options
__rootPathOptions
?:
Record
<
string
,
any
>
Optional
asset
Importer
Processed
assetImporterProcessed
?:
boolean
constructor
constructor
:
any
Optional
is
Camera
isCamera
?:
boolean
Optional
is
Material
isMaterial
?:
boolean
Optional
is
Object3
D
isObject3D
?:
boolean
Optional
is
Texture
isTexture
?:
boolean
Optional
user
Data
userData
?:
IImportResultUserData
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
__
root
Blob
__
root
Path
__
root
Path
Options
asset
Importer
Processed
constructor
is
Camera
is
Material
is
Object3
D
is
Texture
user
Data
ThreePipe
Loading...