Skip to content
InterfaceAssets & Loading@public

FlxAssetLoadOptions

Retry, progress, and failure policy for a foreground asset load.

ts
export interface FlxAssetLoadOptions

Properties

PropertyModifiersTypeDescription
onError-(error: Error, source: string) => void-
onProgress-(progress: number) => void-
retryCount-number-
retryDelay-number-
strategy-'throw' | 'skip' | 'retry'-

Released under the MIT License.