Interface: IAssetExporter
Core-API.IAssetExporter
Hierarchy
IEventDispatcher<"exportFile"|"exporterCreate">↳
IAssetExporter
Implemented by
Methods
getExporter
▸ getExporter(...ext): undefined | IExporter
Parameters
| Name | Type |
|---|---|
...ext | string[] |
Returns
undefined | IExporter
exportObject
▸ exportObject(obj?, options?): Promise<undefined | BlobExt>
Parameters
| Name | Type |
|---|---|
obj? | ISceneObject<any> | IRenderTarget |
options? | ExportFileOptions |
Returns
Promise<undefined | BlobExt>
Properties
processors
• processors: ObjectProcessorMap<TAssetTypes>
Exporters
• Exporters: IExporter[]