Class CanvasSnipperPlugin

Deprecated

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
defaultOptions: CanvasSnapshotOptions & {
    waitForProgressive?: boolean;
} = ...

Only for downloadSnapshot and functions using that

Type declaration

  • Optional waitForProgressive?: boolean
enabled: boolean = true
filename: string = 'snapshot.png'
uiConfig?: UiObjectConfig<any, string, any> = undefined
OldPluginType?: string
PluginType: any = 'CanvasSnipper'

Accessors

Methods

Generated using TypeDoc