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 Summary)

Constructors

Properties

_dirty: boolean = false
_viewer?: ThreeViewer
_viewerListeners: PartialRecord<
    | "dispose"
    | "*"
    | "update"
    | "preRender"
    | "postRender"
    | "preFrame"
    | "postFrame"
    | "addPlugin"
    | "removePlugin"
    | "renderEnabled"
    | "renderDisabled",
    (e: IViewerEvent) => void,
> = {}
constructor: typeof AViewerPluginSync & typeof AViewerPlugin
enabled: boolean = true
exportOptions: ExportAssetOptions = ...
uiConfig: UiObjectConfig = ...
OldPluginType?: string
PluginType: "AssetExporterPlugin" = 'AssetExporterPlugin'

Accessors

Methods