LoadingItems.ItemState Enum
Module: cc
The item states of the LoadingItems, its value could be LoadingItems.ItemState.WORKING | LoadingItems.ItemState.COMPLETET | LoadingItems.ItemState.ERROR
Index
WORKINGCOMPLETETERROR
Details
WORKING
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/load-pipeline/loading-items.js:272 |
COMPLETET
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/load-pipeline/loading-items.js:276 |
ERROR
| meta | description |
|---|---|
| Type | Number |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/load-pipeline/loading-items.js:280 |