Class AssetExporterPlugin

Asset Exporter Plugin Provides options and methods to export the scene, object GLB or Viewer Config. All the functionality is available in the viewer directly, this provides only a ui-config and maintains state of the options.

Hierarchy (view full)

Constructors

Properties

_dirty: boolean = false
_viewer?: ThreeViewer
_viewerListeners: PartialRecord<"update" | "dispose" | "preRender" | "postRender" | "preFrame" | "postFrame" | "*" | "addPlugin" | "removePlugin" | "renderEnabled" | "renderDisabled", ((e) => void)> = {}

Type declaration

constructor: typeof AViewerPluginSync & typeof AViewerPlugin
enabled: boolean = true
exportOptions: ExportAssetOptions = ...
uiConfig: UiObjectConfig<any, string, any> = ...
OldPluginType?: string
PluginType: "AssetExporterPlugin" = 'AssetExporterPlugin'

Accessors

Methods

Generated using TypeDoc