OptionaltilemapURL: string | objectOptionalpath: string | objectOptionalbaseURL: string | objectOptionaltilemapXhrSettings: XHRSettingsObjectOptionaltilesetXhrSettings: XHRSettingsObjectThe completion status of this MultiFile.
A storage container for transient data that the loading files need.
The number of files that failed to load.
Array of files that make up this MultiFile.
Unique cache key (unique within its file type)
A reference to the Loader that is going to load this file.
A reference to the Loaders path at the time this MultiFile was created. Used to populate child-files.
The number of files to load.
A reference to the Loaders prefix at the time this MultiFile was created. Used to populate child-files.
The current state of the file. One of the FILE_CONST values.
The file type string for sorting within the Loader.
Adds another child to this MultiFile, increases the pending count and resets the completion status.
The File to add to this MultiFile.
Destroy this Multi File and any references it holds.
Checks if this MultiFile is ready to process its children or not.
Called by each File when it finishes loading.
The File that has completed processing.
Called by each File that fails to load.
The File that has failed to load.
Called once all children of this multi file have been added to their caches and is now ready for deletion from the Loader.
It will emit a filecomplete event from the LoaderPlugin.
A reference to the Loaders baseURL at the time this MultiFile was created. Used to populate child-files.