Events

Available loading screen events.

The table below lists the events available in the LoadingScreen class.

Name
Description

onStart

A callback for when loading is started.

onProgressChanged

A callback for when the loading progress has updated.

onComplete

A callback for when loading is complete.

onClose

A callback for when the loading screen is closed.

Last updated