TypeAliasAssets & Loading@public
FlxLoadingStage
Lifecycle stage reported by a loading operation.
ts
export type FlxLoadingStage = 'idle' | 'renderer' | 'assets' | 'game' | 'first-frame' | 'interaction' | 'complete' | 'custom'