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
WORKING
COMPLETET
ERROR
Details
WORKING
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/load-pipeline/loading-items.js:273 |
COMPLETET
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/load-pipeline/loading-items.js:277 |
ERROR
meta | description |
---|---|
Type | Number |
Defined in | cocos2d/core/load-pipeline/loading-items.js:281 |