| Constant | Defined by | ||
|---|---|---|---|
| COMPLETE : String = "item_complete" [static]
Item has been loaded completely.
| LoaderItemStatus | ||
| FAILURE : String = "item_failure" [static]
Item loading has been failed.
| LoaderItemStatus | ||
| LOADING : String = "item_loading" [static]
Item is currently being loading.
| LoaderItemStatus | ||
| PAUSED : String = "item_paused" [static]
Item is paused and should be ignored by loader manager queue.
| LoaderItemStatus | ||
| WAITING : String = "item_waiting" [static]
Item is ready to load.
| LoaderItemStatus | ||
| COMPLETE | constant |
public static const COMPLETE:String = "item_complete"Item has been loaded completely.
Defined by loader, sequence, sequence manager.
| FAILURE | constant |
public static const FAILURE:String = "item_failure"Item loading has been failed.
Defined only by resource loaders.
| LOADING | constant |
public static const LOADING:String = "item_loading"Item is currently being loading.
Defined only by resource loaders.
| PAUSED | constant |
public static const PAUSED:String = "item_paused"Item is paused and should be ignored by loader manager queue.
Defined by loader, sequence, sequence manager.
| WAITING | constant |
public static const WAITING:String = "item_waiting"Item is ready to load.
Defined by loader, sequence, sequence manager.