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:276 |
INFO
The debug mode info.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/CCDebug.js:284 |
WARN
The debug mode warn.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/CCDebug.js:292 |
ERROR
The debug mode error.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/CCDebug.js:300 |
INFO_FOR_WEB_PAGE
The debug mode info for web page.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/CCDebug.js:308 |
WARN_FOR_WEB_PAGE
The debug mode warn for web page.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/CCDebug.js:316 |
ERROR_FOR_WEB_PAGE
The debug mode error for web page.
| meta | description |
|---|---|
| Type | Number |
| Defined in | cocos2d/core/CCDebug.js:324 |