LoadingDisplay

LoadingDisplay

This component represents the loading bar Component is used from https://www.npmjs.com/package/clulib

Constructor

new LoadingDisplay()

Source:

Extends

  • Component

Members

(private, non-null) progressBar_ :Element

Description:
  • Element which represents the loader bar

Source:

Element which represents the loader bar

Type:
  • Element

(private) worldProvider_ :WorldProvider

Description:
  • Reference to the WorldProvider for monitoring actions, loading processes and status changes of the created THREE.Scene.

Source:

Reference to the WorldProvider for monitoring actions, loading processes and status changes of the created THREE.Scene.

Type:

Methods

(private) loaded_()

Description:
  • Hide the loader display

Source:

onInit()

Description:
  • Component is ready and had loaded all dependencies (inherit method waitFor and sub components). Inits listener for monitoring the loading

Source:

(private) update_()

Description:
  • Update the loader bar progress

Source: