Preparing search index...
The search index is not available
ThreePipe
ThreePipe
ImportResultExtras
Interface ImportResultExtras
interface
ImportResultExtras
{
__rootBlob
?:
IFile
;
__rootPath
?:
string
;
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?
asset
Importer
Processed?
constructor
is
Camera?
is
Material?
is
Object3D?
is
Texture?
user
Data?
Properties
Optional
__root
Blob
__rootBlob
?:
IFile
Optional
__root
Path
__rootPath
?:
string
Optional
asset
Importer
Processed
assetImporterProcessed
?:
boolean
constructor
constructor
:
any
Optional
is
Camera
isCamera
?:
boolean
Optional
is
Material
isMaterial
?:
boolean
Optional
is
Object3D
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
asset
Importer
Processed
constructor
is
Camera
is
Material
is
Object3D
is
Texture
user
Data
ThreePipe
Loading...