Constructor

Variables

read onlyloadedFiles:Int

read onlyloading:Bool

tasks:Array<LoaderTask>

List of loading tasks used during loading.

read onlytotalFiles:Int

Methods

dynamiconFileLoadStarted (task:LoaderTask):Void

dynamiconFileLoaded (task:LoaderTask):Void

dynamiconFileProgress (task:LoaderTask):Void

dynamiconLoaded ():Void

Static variables

@:value(1)staticconcurrentFiles:Int = 1

Amount of concurrent file loadings. Defaults to 4 on JS and to 1 native (since there's no threaded loading implemented for native)