大约有 409 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)
...(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
...ter.loadImage(skin, 0, 0, 200, 200, Laya.Handler.create(this, function () {console.log('KO!~'); })); character.graphics.drawLine(0, 200, 200, 0, "#ff0000", 1); character.graphics.drawLine(0, 0, 200, 200, "#ff0000", 1); character.graphics.drawCircle(100, 100, 100, null, "#ff0000", 1); character.graph...
来源: Laya_社区 发布时间: 20170828
... if (!ILaya.stage.isVisibility) { // console.log("_enterFrame...ILaya.stage._loop.........2222............enterTime=", ILaya.Browser.now()); ILaya.stage._loop(); ILaya.m_worker.postMessage(['wait']); ...
来源: Laya_社区 发布时间: 20201201
...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 1.8.4版本打包vivo小游戏,只有个temprelease 问题状态 最新活动: 2017-08-11 14:06 浏览: 1225 关注: 2 人
来源: Laya_社区 发布时间: 20170811