Optional
manager: LoadingManager'anonymous'
''
''
@default: false
Optional
onLoad: ((image: HTMLImageElement) => void)Optional
onProgress: ((event: ProgressEvent<EventTarget>) => void)Optional
onError: ((event: ErrorEvent) => void)Optional
onProgress: ((event: ProgressEvent<EventTarget>) => void)Generated using TypeDoc
A loader for loading an image. Unlike other loaders, this one emits events instead of using predefined callbacks. So if you're interested in getting notified when things happen, you need to add listeners to the object.