ClassAssets & Loading@public
FlxAssetLoadError
Failure enriched with the alias or URL requested by the game.
ts
export declare class FlxAssetLoadError extends ErrorConstructors
ts
constructor(assetId: string, options: { cause: unknown; })Constructs a new instance of the FlxAssetLoadError class
| Parameter | Type | Description |
|---|---|---|
assetId | string | - |
options | { cause: unknown; } | - |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
assetId | readonly | string | - |