大约有 426 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0043 秒)
...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 做好的粒子特效在U3D里循环正常。在LAYA插件里预览跳帧闪烁。序列素材本身也是循环的。但是不知道为什么会跳帧。 Laya...
来源: Laya_社区 发布时间: 20180227
...8-11-16 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: onGreen(){ console.log("换成绿锤子") this.greenPitchUp.visible=true; this.bluePitchUp.visible=false; let player=Player.instance; // player.anSk.showSlotSkinByIndex("HarmGreen",1); player.anSk.replaceSlotSkinByIndex("HarmGreen",1,0)...
来源: Laya_社区 发布时间: 20181114
...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 分享:LayaAir下如何获取图集下的小图资源? Laya.Loader.getRes请教 请教下微信小游戏的内存和数据缓存? 请教一个关于laya2...
来源: Laya_社区 发布时间: 20181115
...(foodsList); addFoodListener(); } private function addFoodListener():void{ console.log(foodsList[this.index]); this.currentFood = this.foodsList[this.index]; console.log(currentFood); this.currentFood.on(Event.MOUSE_DOWN, this, onMouseDown); this.currentFood.on(Event.MOUSE_UP, this, onMouseUp); }cur...
来源: Laya_社区 发布时间: 20180405
....test2); e.off("test", this, this.test1); e.off("test", this, this.test2); console.log(e.hasListener("test")); ---------------------------------------- 输出:true 2018-04-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...
来源: Laya_社区 发布时间: 20180423
关于zOrder层级问题 console.log(arr1.zOrder); //打印结果:3 console.log(this.target.zOrder); //打印结果:10 最后运行时舞台上显示的是arr1(sprite)在target(sprite)之上。 但是在编缉器上显示是正常的。 arr1对象是运行时动态添...
来源: Laya_社区 发布时间: 20200326
...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 小游戏开放数据域下使用Laya.List绘制了排行榜,但是触摸没有滚动响应 我在转换的时候,项目报错了,报错指向了laya引...
来源: Laya_社区 发布时间: 20180330
...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 开启CastShadow以后,模型会莫名其妙消失,物体渲染队列的_IndexInList会被破坏 Dialog关闭时如何向open他的页面传值? 两个...
来源: Laya_社区 发布时间: 20200428
...n ; } ws.onopen = function() { console.log("---open----"); //设置发信息送类型为:ArrayBuffer ws.binaryType = "string"; if(SocketJS.OnOpenMsg!=null)SocketJS.OnOpenMsg(); } ...
来源: Laya_社区 发布时间: 20170724
...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 怎么获取对象的坐标 tree mouseHandler 怎么获取条目 Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 请教下微信小游戏的内...
来源: Laya_社区 发布时间: 20190917