ThreePipe
    Preparing search index...

    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)

    Index

    Constructors

    Properties

    _dirty: boolean = false
    _viewer?: ThreeViewer
    _viewerListeners: PartialRecord<
        | "preRender"
        | "postRender"
        | "preFrame"
        | "postFrame"
        | "dispose"
        | "update"
        | "*"
        | "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