• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 263 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0052 秒)

201. vivo 的激励视频无法播放 app启动的时候报错 [ 46%]

...67/407 (no filename):8 ### App Framework ### [error] __qg._onErrorOccurred called! loaction: (see stack) message: Uncaught TypeError: MiniFileMgr.fs.listDir is not a function stack: [0]onMkdirCallBack@/data/user/0/com.vivo.hybrid/app_resource/com.fx.jjjt.vivominigame/libs/laya.vvmini.js:1073 [1]runW...

来源: Laya_社区 发布时间: 20200826

202. 写个捕鱼游戏练练手 [ 46%]

...买源码的,我QQ1272125529 2017-11-15 0 0 分享 微博 QZONE 微信 call1991 赞同来自: 大神~~~~~~求源码 2017-11-16 0 0 分享 微博 QZONE 微信 boycehe 赞同来自: 有源码,想学习下 838304814@qq.com 谢谢 2018-03-31 0 0 分享 微博 QZONE 微信 cary168 赞同来自: 大...

来源: Laya_社区 发布时间: 20170721

203. 苹果上架有问题啊 , !!!!!! [ 46%]

...tions(), and running remote scripts in order to change app behavior and/or call SPI, based on the contents of the downloaded script. Even if the remote resource is not intentionally malicious, it could easily be hijacked via a Man In The Middle (MiTM) attack, which can pose a serious security vulner...

来源: Laya_社区 发布时间: 20171221

204. 微信小游戏关系链 我创建了一个开放域的项目 但是报错了 [ 45%]

...); var WID = 375, HEI = 85; function RankListItem() { RankListItem.__super.call(this); this.size(WID, HEI); this.img = new Laya.Image(); this.addChild(this.img); this.setImg = function (src) { this.img.skin = src; } } Laya.class(RankListItem, "RankListItem", Laya.Box); //rankList var rankList = new ...

来源: Laya_社区 发布时间: 20180416

205. 微信小游戏编译出错 [ 45%]

...criptError Unexpected number in JSON at position 1;at api readFile success callback function SyntaxError: Unexpected number in JSON at position 2018-06-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron ...

来源: Laya_社区 发布时间: 20180608

206. UI-List [ 45%]

...mage = Laya.Image; var WID = 373, HEI = 85; function Item() { Item.__super.call(this); this.size(WID, HEI); this.img = new Image(); this.addChild(this.img); this.setImg = function(src) { this.img.skin = src; } } Laya.class(Item, "Item", Box); // 主要逻辑代码 var Stage = Laya.Stage; var List = ...

来源: Laya_示例 发布时间: 20260303

207. LayaBox 出错啦,请把此信息截图给研发商 SimpleSingletonList [ 45%]

...    return;             }             old_func.call(this,element);         }     }    2019-09-26 1 1 分享 微博 QZONE 微信 刘文 赞同来自: 顶一下,求助官方,  好像是触摸的时候偶尔会遇到,毫无头绪啊 2019-08-21 0 3 分享...

来源: Laya_社区 发布时间: 20190618

208. 官方提供的关系链代码执行报错,是不是wx的sharedCanvas不是Laya的canvas导致的问题 [ 45%]

...uvID=0; this._atlasID=-1; /**@private */ this.scaleRate=1; Texture.__super.call(this); if (bitmap){ bitmap._addReference(); } this.setTo(bitmap,uv); } 2018-05-04 5 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Prajn...

来源: Laya_社区 发布时间: 20180504

209. list item 添加事件后无法监听 [ 45%]

... Laya.Image;   var WID = 373, HEI = 85;   function Item() { Item.__super.call(this); this.size(WID, HEI); this.img = new Image(); this.addChild(this.img);   this.setImg = function(src) { this.img.skin = src; } } Laya.class(Item, "Item", Box);   // 主要逻辑代码 var Stage   = Laya.Stage; v...

来源: Laya_社区 发布时间: 20180724

210. Cannot read property 'toDefault' of undefined报错是什么原因 [ 44%]

...Render = function (state) { MousePickingScene.__super.prototype.lateRender.call(state); //从屏幕空间生成射线 this.point.elements[0] = Laya.stage.mouseX; this.point.elements[1] = Laya.stage.mouseY; this.camera.viewportPointToRay(this.point, this.ray); //11111111111111就是下面这句报错...

来源: Laya_社区 发布时间: 20170323