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

Defined in

webgi/src/extras/asset_manager/AssetManager.ts:64


exportObject

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

Parameters

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

Returns

Promise<undefined | BlobExt>

Defined in

webgi/src/extras/asset_manager/AssetManager.ts:65

Properties

processors

processors: ObjectProcessorMap<TAssetTypes>

Defined in

webgi/src/extras/asset_manager/AssetManager.ts:66


Exporters

Exporters: IExporter[]

Defined in

webgi/src/extras/asset_manager/AssetManager.ts:67