loader top-level property Core Systems

Loader get loader

{@category Core_Systems} Manages the loading of game assets.

Tracks the progress of asynchronous resource loading and provides information about the loading state, which can be used to display loading screens via the App.onLoading method.

Implementation

Loader get loader => App.instance.loader;