LoadingItems.ItemState
枚举
LoadingItems 队列中的加载项状态,状态的值可能是 LoadingItems.ItemState.WORKING | LoadingItems.ItemState.COMPLETET | LoadingItems.ItemState.ERROR
索引
WORKING
COMPLETET
ERROR
Details
WORKING
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/load-pipeline/loading-items.js:273 |
COMPLETET
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/load-pipeline/loading-items.js:277 |
ERROR
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/load-pipeline/loading-items.js:281 |