大约有 831 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0053 秒)
Laya_社区(671) Laya2.0_文档(61) Laya_示例(34) Laya3.0_文档(31) Laya2.0_示例(30) Laya3.0_api(3) Laya2.0_api(1)
...预加载了,在main函数里面 叔年心~厌世 • 2019-10-10 16:45 for(var i=0;i<this.moneyArr[rr].length;i++){ let sp=new Laya.Animation(); //添加金币 sp.loadAnimation('anis/money.ani'); sp.play(0,true); loadder.addChild(sp); loadder.name = 'money'; sp.pos(this.moneyArr[rr][i],-15); ...
来源: Laya_社区 发布时间: 20191010
...计模式下,看到点击效果一样. 基本效果已经实现,想用for批量绑定事件 问题状态 最新活动: 2017-09-21 16:41 浏览: 984 关注: 2 人 XiaozeRain • 2017-09-21 19:10 这样的话连滑动都不行了,我只是想要去掉滑动时的那种惯性效果,就是让他只...
来源: Laya_社区 发布时间: 20170921
destroy 报错 for(let i = 1; i<= this.createCountList[floor] ; i++) { let floor1:Laya.Sprite3D = this.scene.getChildByName("floor"+floor+i) as Laya.Sprite3D; if(floor1) { ...
来源: Laya_社区 发布时间: 20180514
...ulation.shapeCastAll(sphereCollider, this.from, this.to, this.hitResults); for (i = 0, n = this.hitResults.length; i 该示例中射线摆放的模型是使用代码创建的,只是为了方便观察和理解形状扫描检测。 > (图1)
来源: Laya2.0_文档 发布时间: 20210715
..."toggleMenu").getChildByName("recharge")//充值 ] for(var i = 0;i<this.feedBtn.length;i++){ new BtnFeed(this.feedBtn[i]); } } //又给this.myHome对象添加了一个click事件 this.myHome.on(Laya.Event.CLICK,this,this.showM...
来源: Laya_社区 发布时间: 20170301
...ulation.shapeCastAll(sphereCollider, this.from, this.to, this.hitResults); for (i = 0, n = this.hitResults.length; i 该示例中射线摆放的模型是使用代码创建的,只是为了方便观察和理解形状扫描检测。 > (图1)
来源: Laya2.0_文档 发布时间: 20210714
...amaged and cannot be opened due to a parse error. Examine the project file for invalid edits or unresolved source control conflicts 新建的空项目直接打包出来就这样了。 2020-12-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...
来源: Laya_社区 发布时间: 20201216
destroy 报错 for(let i = 1; i<= this.createCountList[floor] ; i++) { let floor1:Laya.Sprite3D = this.scene.getChildByName("floor"+floor+i) as Laya.Sprite3D; if(floor1) { ...
来源: Laya_社区 发布时间: 20180514
... core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. 让我升级core-js@3 我在命令行输入npm install --save core-js@^3,没报错,不知是否升级成功 Laya...
来源: Laya_社区 发布时间: 20200206
...送Byte类型 官网demo里是对于string类型发送是如下处理: for (var i = 0; i < message.length; ++i) { output.writeByte(message.charCodeAt(i)); } 2. 接收端是nodejs 对于已经utf8转后的应该怎么处理?ws.on('message', function incoming(message) 2016-08-01 添加评论 ...
来源: Laya_社区 发布时间: 20160801