Any class that implements this interface can be used with a Preloader

Methods

requestPreloadUpdate(updatePreload:(progress:Int, total:Int, status:PreloadStatus) ‑> Void):Void

Called by the preloader so that the preloadable can update the preload with its latest information. This Preloadable instance is expected to call the provided update() method everytime updatePreload() is called.

Parameters:

update

The update() method to call