Options
All
  • Public
  • Public/Protected
  • All
Menu

Creates a THREE.DefaultLoadingManager which is applied to all assets that can be loaded.

see

https://docs.zap.works/universal-ar/web-libraries/threejs/loading-manager/

Hierarchy

  • UI
    • DefaultLoaderUI

Index

Constructors

constructor

Properties

containerDiv

containerDiv: HTMLElement

css

css: LoaderStyle = ...

customStyle

customStyle: undefined | LoaderStyle

divs

divs: { inner: HTMLDivElement; progress: HTMLDivElement; progressValue: HTMLDivElement; title: HTMLDivElement } = ...

Type declaration

  • inner: HTMLDivElement
  • progress: HTMLDivElement
  • progressValue: HTMLDivElement
  • title: HTMLDivElement

lastLoadPercentage

lastLoadPercentage: number = 0

Methods

dispose

  • dispose(): void

initialize

  • initialize(): void

refreshStyle

  • refreshStyle(): void

updateLoader

  • updateLoader(loadPercentage: number): void

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property

Generated using TypeDoc