InterfaceAssets & Loading@public
FlxLoadingSnapshot
Immutable loading state delivered to DOM or Pixi/Flixel loading views.
ts
export interface FlxLoadingSnapshotProperties
| Property | Modifiers | Type | Description |
|---|---|---|---|
error | readonly | FlxLoadingError | - |
message | readonly | string | - |
progress | readonly | number | null | Null means that the current operation has no measurable progress. |
retry | readonly | () => void | - |
stage | readonly | FlxLoadingStage | - |
state | readonly | FlxLoadingState | - |