ThreePipe
    Preparing search index...

    Class CanvasSnapshotPlugin

    Base Class for Sync Viewer Plugins

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _dirty: boolean = false
    _viewer?: ThreeViewer
    _viewerListeners: PartialRecord<IViewerEventTypes, (e: IViewerEvent) => void> = {}
    constructor: typeof AViewerPluginSync & typeof AViewerPlugin
    defaultOptions: CanvasSnapshotPluginOptions = ...

    Only for downloadSnapshot and functions using that

    enabled: boolean = true
    filename: string = 'snapshot'
    uiConfig?: UiObjectConfig<any, string, any> = undefined
    OldPluginType?: string
    PluginType: "CanvasSnapshotPlugin" = 'CanvasSnapshotPlugin'

    Accessors

    Methods