大约有 1,698 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0055 秒)
...; private _package:IPackage; private _message:IMessage; constructor(){ if(!console.group){ console.group = console.log; console.groupEnd = function(){console.log("----")}; console.info = console.log; console.warn = console.log; console.error = console.log; } this._message = new Message(); this._pack...
来源: Laya_社区 发布时间: 20180119
怎么把console.log输出到控制台,我的只有 时间轴,跟概览。mac 2.7.0base 版本。 附件 : --> 2020-06-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 kylin 赞同来自: 运行后才能看...
来源: Laya_社区 发布时间: 20200616
...如下,请先看过后再进行后面的步骤。 [[https://dev.mi.com/console/doc/detail?pId=2067](https://dev.mi.com/console/doc/detail?pId=2067)]([https://dev.mi.com/console/doc/detail?pId=2067](https://dev.mi.com/console/doc/detail?pId=2067)) ### 三、小米快游戏官方的分包方式 虽...
来源: Laya2.0_文档 发布时间: 20210715
...5","es2015.promise"] ,之后无法引用lib.d.ts里面的内容,意味着console.log()都报错了 打算在代码中使用async await 语法,需要引用es2015.promise,引用后,无法使用console.log,下面是配置文件: { "compilerOptions": { "module": "commonjs", "target": "es5", "n...
来源: Laya_社区 发布时间: 20181227
laya.ui.js库引用不上,console.log报错ui is not defined f9设置也打包了UI库,但是就是引用不上 附件 : --> myLaya1.zip 2019-12-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron ...
来源: Laya_社区 发布时间: 20191210
... success: function (res) { console.log('res ----------> ',res); // 分包加载成功后通过 success 回调 console.log("success"); console.log('Physics...
来源: Laya_社区 发布时间: 20190514
...d: { skin: 'comp/food' + foodid + '.png' }, food_txt: { text: foodtxt } // console.log(); } } console.log('+++++++++++++++++++') console.log(_super); console.log(fooddata); self.foodList.dataSource = fooddata; //实例化角色容器 var foodBox = new Laya.Sprite(); //添加到舞台上 console.lo...
来源: Laya_社区 发布时间: 20181221
...行失败 //使精灵走到鼠标位置 function walkToMousePos(sprite){ console.log(Laya.stage.mouseX) ; console.log(Laya.stage.mouseY) ; console.log(sprite.x) ; console.log(sprite.y) ; var hDir = Laya.stage.mouseX>sprite.x? "right" : "left" ; var vDir = Laya.stage.mouseY>sprite.y? "down" :...
来源: Laya_社区 发布时间: 20180331
如何在chrome console 里模拟canvas点击事件 在一个用laya开发的小游戏界面上,想做一个类似自定点击的脚本。 就是固定几个位置,过一段时间点击一次。 能帮忙做的联系我~ 小游戏页面: https://pokereos.io/ 2019-01-26 添加评论 已悬...
来源: Laya_社区 发布时间: 20190126
...yFile({srcPath:tempFilePath,destPath:saveFilePath,success:function (data){ console.log(data, fileObj) if (!fileObj){ MiniFileMgr.onSaveFile(readyUrl,tempFileName); callBack !=null && callBack.runWith([0]); }else { console.log(fileObj.readyUrl == readyUrl, 'zhege') if (fileObj.readyUrl !=read...
来源: Laya_社区 发布时间: 20180104