Constructor. Creates a new LoadingScreen that will show/hide a loading screen over the canvas.
Optional
onShow: (() => void)A function that will get called when the LoadingScreen show method has been called.
Optional
onHide: (() => void)A function that will get called when the LoadingScreen hide method has been called.
Optional
options: LoadingScreenOptionsThe set of options to be used during initialization.
State of instance destructions.
The state of instance destructions.
Generated using TypeDoc
Shows or Hides a loading screen over the canvas.