EffectManager.d overview
Table of contents
utils
EffectManager (class)
EffectManager
The static class that loads Effekseer effects.
Signature
export declare class EffectManager {
constructor()
}
load (static method)
Signature
static load(filename?: string): effekseer.EffekseerEffect | null
startLoading (static method)
Signature
static startLoading(url: string): effekseer.EffekseerEffect
clear (static method)
Signature
static clear(): void
onLoad (static method)
Signature
static onLoad(_url?: string): void
onError (static method)
Signature
static onError(url: string): void
makeUrl (static method)
Signature
static makeUrl(filename: string): string
checkErrors (static method)
Signature
static checkErrors(): void
throwLoadError (static method)
Signature
static throwLoadError(url: string): void
isReady (static method)
Signature
static isReady(): boolean