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

Properties

__rootBlob?: IFile
__rootPath?: string
assetImporterProcessed?: boolean
constructor: any
isCamera?: boolean
isMaterial?: boolean
isObject3D?: boolean
isTexture?: boolean

Generated using TypeDoc