大约有 3,269 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0067 秒)
... //随机获取震动方向 dir = Math.random() > .5 ? 1 : -1; //随机获取X轴移动量 offX = Math.random() * 5 * dir + vibrateObj.x; //随机获取Y轴移动量 offY = Math.random() *...
来源: Laya_社区 发布时间: 20190401
...eError: Cannot read property 'call' of undefined at Function.<anonymous> (file:///Users/moos/Company/EmersonGame/bin/libs/laya.core.js:130:41) at new GameInfo (file:///Users/moos/Company/EmersonGame/src/GameInfo.js:4:18) at onLoaded (file:///Users/moos/Company/EmersonGame/src/Game.js:43:25) at...
来源: Laya_社区 发布时间: 20180707
...不同swf.现在我是这样做的: 1.使用flashDevelop,在项目属性->编译选项(Compiler Options)->编译常量(Compiler Constats),写入 CONFIG::cn,false CONFIG::en,true 如图: 2.在代码中写入 CONFIG::cn{ [Embed(source="ui_cn.swf", mimeType="application/octet-stream")]...
来源: Laya_社区 发布时间: 20160323
...安装失败。先检查签名包是否有问题,再清除缓存(设置>应用管理>清楚数据),实在不行再把已安装的“快应用”卸载了再进行安装 2019-10-18 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ...
来源: Laya_社区 发布时间: 20190730
... } // console.log("this['_atlasPath']---->",this['_atlasPath']); var atls_ary:Array<any> = Loader.getAtlas(this['_atlasPath']); this.basePath=atls_ary['dir']; //this.basePath = "...
来源: Laya_社区 发布时间: 20180615
...ir-cmd publish -h 报找不到universalify module错误 E:\new_work\client>layaair-cmd publish -h module.js:540 throw err; ^ Error: Cannot find module 'universalify' at Function.Module._resolveFilename (module.js:538:15) at Function.Module._load (module.js:468:25) at Module.require (module.js:587...
来源: Laya_社区 发布时间: 20180505
...yaweb/1.0.1的目录。 然后我应该如何操作,我通过 “工具->打包测试(app)” 进行打包,结果还是黑屏 2017-03-30 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 novelwu 相关问题 看了其他引擎才发...
来源: Laya_社区 发布时间: 20170330
...t;=height ? width : height; if(round<0){ round=0; }else if(round>sideMin/2){ round=sideMin/2; } this.drawPath(x, y, [ ["moveTo", round, 0], ["lineTo", width-round, 0], ["arcTo", width, 0, width, round, round], ["lineTo",...
来源: Laya_社区 发布时间: 20210123
...布log帮助我们定位问题: 1) 打开开发人员工具: 菜单->帮助->开发人员工具 2) 打开发布devtools: codeMain.publishProWin3.openDevTools() 2019-06-03 0 1 分享 微博 QZONE 微信 kylin 赞同来自: 在这儿输入,然后将第二个devtools的 Log 发给我...
来源: Laya_社区 发布时间: 20190603
... install layacmd -g之错 c:\Users\qykings\Documents\h5work\layaGame\trunk>npm install layacmd -g npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\ node_modules\\npm\\bin\\npm-cli.js" "install" "layacmd" "-g" npm ERR! node v6.10.2 npm ER...
来源: Laya_社区 发布时间: 20170608