Loaders
Loaders load data intended to be fed to and rendered to the display in some way.
Loader References
Below are a reference to all loaders:
Asset Manager
This class acts similarly to PIXI's 'PIXI.Loader.shared' class in that it is a globally shared loader. It is intended to load resources for an sandyApp entire application.
DataStreamClient
This client handles communication between the sandyApps and the JLS JetBridge.
Queue
Provides queuing and dequeuing of any type of data. Uses the First In, First Out (FIFO) method.