Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILoadingScreen

Interface used to present a loading screen while loading a scene

see

https://doc.babylonjs.com/how_to/creating_a_custom_loading_screen

Hierarchy

  • ILoadingScreen

Implemented by

Index

Properties

displayLoadingUISearch playground for displayLoadingUI

displayLoadingUI: () => void

Function called to display the loading screen

Type declaration

    • (): void
    • Returns void

hideLoadingUISearch playground for hideLoadingUI

hideLoadingUI: () => void

Function called to hide the loading screen

Type declaration

    • (): void
    • Returns void

loadingUIBackgroundColorSearch playground for loadingUIBackgroundColor

loadingUIBackgroundColor: string

Gets or sets the color to use for the background

loadingUITextSearch playground for loadingUIText

loadingUIText: string

Gets or sets the text to display while loading

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method