The static class that loads Effekseer effects.
Methods
- Checks if there are any errors that occurred while loading effects
- Clears the effect cache
- Check if all effects are done loading
Returns:
Type Description boolean Whether all effects are done loading or not - Loads the effekseer file from the effects folder
Name Type Description filename
string The name of the effect file (no file extension) Returns:
Type Description Graphics.effekseer.effect|null - The effect object if filename provided, or null if no filename provided - Makes a full url from a filename
Name Type Description filename
string The filename with no extension Returns:
Type Description string The full url to the file including folder, filename, and extension - Handling after an effect encounters an error during load
Name Type Description url
string The error file's url - Handling after an effect is loaded
Name Type Description url
string The loaded file's url - Starts loading process for an effect at the given url
Name Type Description url
string The full url of the file (folder + filename + extension) Returns:
Type Description Graphics.effekseer.effect - The effect object - Throws an error with retry button
Name Type Description url
string The url of the file to retry loading Throws:
Will throw a retry screen error