Skip to content
InterfaceAssets & Loading@public

FlxLoadingTaskContext

Context provided to a custom loading task.

ts
export interface FlxLoadingTaskContext

Properties

PropertyModifiersTypeDescription
signalreadonlyAbortSignal-

Methods

report()

ts
report(progress: number, message?: string): void

Report task-local progress in the range 0–1.

Parameters:

ParameterTypeDescription
progressnumber-
messagestring-

Returns: void

Released under the MIT License.