| Constant | Defined by | ||
|---|---|---|---|
| FINALIZING : String = "finalizing" [static]
| LoaderState | ||
| IDLE : String = "idle" [static]
| LoaderState | ||
| INITIALIZING : String = "initializing" [static]
| LoaderState | ||
| PAUSED_AFTER_PRELOADING : String = "pausedAfterPreloading" [static]
| LoaderState | ||
| PAUSED_BEFORE_PRELOAD : String = "pausedBeforePreload" [static]
| LoaderState | ||
| PRELOADING : String = "preloading" [static]
| LoaderState | ||
| UNLOADING : String = "unloading" [static]
| LoaderState | ||
| FINALIZING | constant |
public static const FINALIZING:String = "finalizing"
| IDLE | constant |
public static const IDLE:String = "idle"
| INITIALIZING | constant |
public static const INITIALIZING:String = "initializing"
| PAUSED_AFTER_PRELOADING | constant |
public static const PAUSED_AFTER_PRELOADING:String = "pausedAfterPreloading"
| PAUSED_BEFORE_PRELOAD | constant |
public static const PAUSED_BEFORE_PRELOAD:String = "pausedBeforePreload"
| PRELOADING | constant |
public static const PRELOADING:String = "preloading"
| UNLOADING | constant |
public static const UNLOADING:String = "unloading"