大约有 258 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0046 秒)
...买源码的,我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
...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
...); 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
...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
...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
... return; } old_func.call(this,element); } } 2019-09-26 1 1 分享 微博 QZONE 微信 刘文 赞同来自: 顶一下,求助官方, 好像是触摸的时候偶尔会遇到,毫无头绪啊 2019-08-21 0 3 分享...
来源: Laya_社区 发布时间: 20190618
...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
... 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
...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
...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