ThreePipe
    Preparing search index...

    Interface IAssetExporter

    interface IAssetExporter {
        exportObject(
            obj?: IObject3D<IObject3DEventMap>,
            options?: ExportFileOptions,
        ): Promise<undefined | BlobExt>;
        getExporter(...ext: string[]): undefined | IExporter;
    }

    Hierarchy

    Implemented by

    Index

    Methods