InterfaceAssets & Loading@public
FlxAssetLoadOptions
Retry, progress, and failure policy for a foreground asset load.
ts
export interface FlxAssetLoadOptions1
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
onError | - | (error: Error, source: string) => void | - |
onProgress | - | (progress: number) => void | - |
retryCount | - | number | - |
retryDelay | - | number | - |
strategy | - | 'throw' | 'skip' | 'retry' | - |