debug.DebugMode Enum
Module: cc
Enum for debug modes.
Index
NONEINFOWARNERRORINFO_FOR_WEB_PAGEWARN_FOR_WEB_PAGEERROR_FOR_WEB_PAGE
Details
NONE
The debug mode none.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/CCDebug.js:273 |
INFO
The debug mode info.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/CCDebug.js:281 |
WARN
The debug mode warn.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/CCDebug.js:289 |
ERROR
The debug mode error.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/CCDebug.js:297 |
INFO_FOR_WEB_PAGE
The debug mode info for web page.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/CCDebug.js:305 |
WARN_FOR_WEB_PAGE
The debug mode warn for web page.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/CCDebug.js:313 |
ERROR_FOR_WEB_PAGE
The debug mode error for web page.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/CCDebug.js:321 |