InterfaceAssets & Loading@public
FlxLoadingTaskContext
Context provided to a custom loading task.
ts
export interface FlxLoadingTaskContextProperties
| Property | Modifiers | Type | Description |
|---|---|---|---|
signal | readonly | AbortSignal | - |
Methods
report()
ts
report(progress: number, message?: string): voidReport task-local progress in the range 0–1.
Parameters:
| Parameter | Type | Description |
|---|---|---|
progress | number | - |
message | string | - |
Returns: void