Path to the remote resource
The type to expect as a response: "" | "arraybuffer" | "blob" | "document" | "json" | "text";
Whether or not to cache-bust requests
Data associated with a loadable
Returns true if the Resource is completely loaded and is ready to be drawn.
Begin loading the resource and returns a promise to be resolved on completion
The Resource type allows games built in Excalibur to load generic resources. For any type of remote resource it is recommended to use Resource for preloading.