大约有 182 项符合查询结果, 库内数据总量为 30,902 项。 (搜索耗时: 0.0043 秒)
...BOX一样。 我试了一下感觉不行,代码如下: var vdata=[]; for(var m =0;m<3;m++) { vdata.push({name:{text:'gggg'}}); //压入三个view对象 } this.lister.array = vdata; this.lister.vScrollBarSkin = ""; this.lister.scrollBar.hide = true; 整体UI结构: VIEW -----list --------vie...
来源: Laya_社区 发布时间: 20170626
...stead if smoothing is needed. See https://www.chromestatus.com/f ... 29152 for more details. 2017-12-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 wudi199553 赞同来自: 能发个重现问题的Demo过来么...
来源: Laya_社区 发布时间: 20171217
...l 的死循环,我断点进去看了下,是Dictionary类引起的,用for in 遍历Dictionary,会把Dictionary里面本身的属性也都遍历出来,引起死循环。这个改怎么处理呢? 附件 : --> 2016-09-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20160919
...//获取这个粒子特效的所有粒子系统,用于后面整体播放 for (var i = 0, len = this._particle.numChildren; i < len; i++) { var child:Node = this._particle.getChildAt(i); if (child instanceof Laya.ShuriKenParticle3D) { this._shuriKenParticle3D.push(child); this._shurikenParticleS...
来源: Laya3.0_文档 发布时间: 20250214
...//获取这个粒子特效的所有粒子系统,用于后面整体播放 for (var i = 0, len = this._particle.numChildren; i < len; i++) { var child:Node = this._particle.getChildAt(i); if (child instanceof Laya.ShuriKenParticle3D) { this._shuriKenParticle3D.push(child); this._shurikenParticleS...
来源: Laya3.0_文档 发布时间: 20250104
...要实现什么功能呢,如果是30个按钮都要监听,只能通过for来实现,暂时没有更快捷的接口! 2017-06-20 0 0 分享 微博 QZONE 微信 lu632375951 赞同来自: 我在想为啥没有类似class的属性呢,一次性绑定多好啊,这个貌似也不难吧 2017-07-19...
来源: Laya_社区 发布时间: 20170620
... store 被拒 怎么修改? This bundle is invalid - The Info.plist file for /Payload/LayaBox.app/Security.framework is missing or could not be read. Invalid Bundle - The bundle at '/Payload/LayaBox.app/Security.framework' does not contain a bundle executable. Invalid Bundle Structure - - The fram...
来源: Laya_社区 发布时间: 20171218
... 微博 QZONE 微信 elfhuv 赞同来自: 谢谢 已经找到方法 直接for循环 2018-01-04 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 elfhuv 相关问题 招聘:H5游戏开发 坐标:深圳南山 缓动Tween能用在3D物体...
来源: Laya_社区 发布时间: 20180103
...urcesHack() { // @ts-ignore let idResourcesMap = Resource._idResourcesMap; for (let k in idResourcesMap) { let res = idResourcesMap[k]; if (!(res instanceof RenderTexture) && !res.lock && res._referenceCount === 0) res.destroy(); } } 2019-10-13 0 0 分享 微博 QZONE 微信 为什...
来源: Laya_社区 发布时间: 20190621
...y, descData); } let allatlas = {}; var loadData = []; //var会声明提前 for (let key in pkg._sprites) { if (pkg._sprites.hasOwnProperty(key)) { let element = pkg._sprites[key]; if (!allatlas[element.atlas.file] && !Laya.loader.getRes(element.atlas.file)) { allatlas[element.atlas.file] = e...
来源: Laya_社区 发布时间: 20191107