Skip to main content

Interface: IAssetExporter

Core-API.IAssetExporter

Hierarchy

  • IEventDispatcher<"exportFile" | "exporterCreate">

    IAssetExporter

Implemented by

Methods

getExporter

getExporter(...ext): undefined | IExporter

Parameters

NameType
...extstring[]

Returns

undefined | IExporter


exportObject

exportObject(obj?, options?): Promise<undefined | BlobExt>

Parameters

NameType
obj?ISceneObject<any> | IRenderTarget
options?ExportFileOptions

Returns

Promise<undefined | BlobExt>

Properties

processors

processors: ObjectProcessorMap<TAssetTypes>


Exporters

Exporters: IExporter[]