ThreePipe
    Preparing search index...

    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

    __rootBlob?: IFile
    __rootPath?: string
    __rootPathOptions?: Record<string, any>
    assetImporterProcessed?: boolean
    constructor: any
    isCamera?: boolean
    isMaterial?: boolean
    isObject3D?: boolean
    isTexture?: boolean