Protected
_contentDiv
_contentDiv: undefined | HTMLDivElement
Protected
_dirty
_dirty: boolean = false
Protected
_mainDiv
_mainDiv: HTMLDivElement
Protected
Optional
_viewer
Protected
_viewerListeners
_viewerListeners: PartialRecord< | "dispose" | "*" | "update" | "preRender" | "postRender" | "preFrame" | "postFrame" | "addPlugin" | "removePlugin" | "renderEnabled" | "renderDisabled", (e: IViewerEvent) => void,> = {} background
background: string = '#ffffff'
backgroundBlur
backgroundBlur: number = 24
backgroundOpacity
backgroundOpacity: number = 0.5
Optional
Readonly
container
container?: HTMLElement
enabled
enabled: boolean = true
errorTextHeader
errorTextHeader: string = 'Error Loading Files'
filesElement
filesElement: HTMLDivElement = ...
hideDelay
hideDelay: number = 500
hideOnFilesLoad
hideOnFilesLoad: boolean = true
hideOnOnlyErrors
hideOnOnlyErrors: boolean = true
hideOnSceneObjectLoad
hideOnSceneObjectLoad: boolean = false
isEditor
isEditor: boolean = false
loadingElement
loadingElement: HTMLDivElement = ...
loadingTextHeader
loadingTextHeader: string = 'Loading Files'
logoElement
logoElement: HTMLDivElement = ...
logoImage
logoImage: string = LoadingScreenPlugin.LS_DEFAULT_LOGO
minimizeOnSceneObjectLoad
minimizeOnSceneObjectLoad: boolean = true
showFileNames
showFileNames: boolean = true
showOnFilesLoading
showOnFilesLoading: boolean = true
showOnSceneEmpty
showOnSceneEmpty: boolean = true
showProcessStates
showProcessStates: boolean = true
showProgress
showProgress: boolean = true
spinners
spinners: { html: string; styles: string }[] = ...
styles
styles: string = styles
Optional
stylesheet
stylesheet?: HTMLStyleElement
Optional
stylesheetLoader
stylesheetLoader?: HTMLStyleElement[]
textColor
textColor: string = '#222222'
Static
LS_DEFAULT_LOGO
LS_DEFAULT_LOGO: string = 'https://threepipe.org/logo.svg'
Static
Optional
Readonly
OldPluginType
OldPluginType?: string
Static
Readonly
PluginType
PluginType: "LoadingScreenPlugin" = 'LoadingScreenPlugin'
Loading Screen Plugin
Shows a configurable loading screen overlay over the canvas.