cocoscreator CC_DEBUG/CC_JSB...定义说明

 

/** 
 * Running in the editor. 
 * 在编辑器中运行
 */
declare const CC_EDITOR: boolean;
/** 
 * Preview in browser or simulator. 
 * 在浏览器或模拟器中预览
 */
declare const CC_PREVIEW: boolean;
/** 
 * Running in the editor or preview. 
 * 在编辑器或预览中运行
 */
declare const CC_DEV: boolean;
/** 
 * Running in the editor or preview, or build in debug mode.
 * 在编辑器或预览中运行,或在调试模式下生成
 */
declare const CC_DEBUG: boolean;
/** 
 * Running in published project. 
 * 在已发布的项目中运行
 */
declare const CC_BUILD: boolean;
/** 
 * Running in native platforms (mobile app, desktop app, or simulator).
 * 在本机平台(移动应用程序、桌面应用程序或模拟器)上运行
 */
declare const CC_JSB: boolean;
/** 
 * Running in runtime environments. 
 * 在runtime环境中运行
 */
declare const CC_RUNTIME: boolean;
/** 
 * Running in the engine's unit test. 
 * 在引擎的单元测试中运行(未经过确认)
 */
declare const CC_TEST: boolean;
/** 
 * Running in the WeChat Mini Game. 
 * 在微信小游戏中运行
 */
declare const CC_WECHATGAME: boolean;

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值