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

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

201. 写个捕鱼游戏练练手 [ 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

202. 苹果上架有问题啊 , !!!!!! [ 45%]

...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

203. 微信小游戏关系链 我创建了一个开放域的项目 但是报错了 [ 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

204. 微信小游戏编译出错 [ 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

205. 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_示例 发布时间: 20251209

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

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

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

207. 官方提供的关系链代码执行报错,是不是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

208. 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

209. 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

210. [LayaNative3]2d示例程序构建发布打包后,在OpenHarmony运行闪退 [ 44%]

...st_manager.cpp(ReportAbilitAssociatedStartInfoToRSS:4054)]associated start caller record is nullptr 01-06 17:34:41.525 797 23045 I C01719/ffrt: 32050:Run:87 pick task gid=1541, qid=15 [app_mgr_task_queue] remains [0] 01-06 17:34:41.525 797 23045 I C01303/AppMgrService: [app_mgr_service_inner.cpp(Loa...

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