Skip to content
InterfaceAssets & Loading@public

FlxLoadingSnapshot

Immutable loading state delivered to DOM or Pixi/Flixel loading views.

ts
export interface FlxLoadingSnapshot

Properties

PropertyModifiersTypeDescription
errorreadonlyFlxLoadingError-
messagereadonlystring-
progressreadonlynumber | nullNull means that the current operation has no measurable progress.
retryreadonly() => void-
stagereadonlyFlxLoadingStage-
statereadonlyFlxLoadingState-

Released under the MIT License.