大约有 1,702 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0046 秒)
Laya_社区(1360) Laya3.0_api(81) Laya2.0_api(74) laya_api(69) Laya2.0_文档(43) Laya_示例(36) Laya2.0_示例(20) Laya3.0_文档(19)
...重新编译。 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 微信小游戏利用开放域好友关系链做排行榜 微信小游戏编译报错 问题状态 最新活动: 2019-04-29 11:58 浏览: 2177 关注: 2 人 rainysky • 2019-04-29 12:11 @Laya_Aaron 非常...
来源: Laya_社区 发布时间: 20190428
...,100,100,"#FF0000"); sp.zOrder=1000; mapLayer.addChild(sp); Laya.timer.loop(200,this,onLoop); } private var aaa:Number=0; private var bbb:Number=0; private function onLoop():void { aaa--; sp.x++; tiledMap.moveViewPort(aaa,bbb); } spooner • 2017-05-25 12:25 例子如何提供? cuixueyin...
来源: Laya_社区 发布时间: 20170525
... (file:///D:/Documents/myLaya/test/bin/libs/laya.physics.js:1792:14) at TimerHandler.__proto.run (file:///D:/Documents/myLaya/test/bin/libs/laya.core.js:7533:45) at Timer.__proto._update (file:///D:/Documents/myLaya/test/bin/libs/laya.core.js:7271:16) at Stage.__proto._updateTimers (file://...
来源: Laya_社区 发布时间: 20190724
...lse; ni2.wrapMode=0; ni2.play(0,false); // console.log('********'); Laya.timer.once(500,this,function(){ // Laya.Scene.load('start.json'); Laya.Scene.open('start.json'); }) 2019-07-21 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...
来源: Laya_社区 发布时间: 20190721
...。destroy后不能再使用。会移除自身的事情监听,自身的timer监听,移除子对象及从父节点移除自己。里边的参数destroyChild 是否同时销毁子节点,若值为true,则销毁子节点,否则不销毁子节点。 资源需要自己用Laya.loader.clearRes清理...
来源: Laya_社区 发布时间: 20170914
...lightTime") gl.uniform1f(u_lightTime, this.timerCount) this.timerCount += Laya.timer.delta/1000 } context.ctx.setIBVB(x, y,this.iBuffer, this.vBuffer,this.iNum,null,this.shader,this.shader...
来源: Laya_社区 发布时间: 20181121
....core.js:10515) 如果问题二没有出现,请把Test.ts第40行的Laya.timer.loop的第一个参数500改成10,问题必现。 附件 : --> TestCollider.zip 2020-04-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 ...
来源: Laya_社区 发布时间: 20200426
...phics.clear(); this._sp.graphics.drawCircle(100, 100, 50, '#ffffff'); Laya.timer.once(3000, this, () => { this.img.mask = this._sp; }) }之后编译项目 2. 使用iphone手机的safari扫码功能运行项目 3秒中之后必现黑屏 手机型号: iphone 6s 系统 13.1.3 使用qq浏览器扫...
来源: Laya_社区 发布时间: 20191216
phasorSpriter3D 无法使用 Laya.timer.frameLoop(1, this, () => { this.phasorSpriter3D = new Laya.PhasorSpriter3D(); var _color = new Laya.Vector4(1, 0, 0, 1); var _corners = new Array<Laya.Vector3>(); _corners[0] = new Laya.Vector3(); _corners[1] = new Laya.Vector3(); _corners[2] = new L...
来源: Laya_社区 发布时间: 20180821
...ro = new Hero("hero", 25) hero.pos(100,200) Laya.stage.addChild(hero) Laya.timer.once(3000, this, gameOver) } function gameOver() { map.removeSelf() play.removeSelf() over = new GameOverUI() over.txt_score.text = "25" over.btn_restart.on(Event.MOUSE_UP,this,gameInit) Laya.stage.addChild(over); } her...
来源: Laya_社区 发布时间: 20180911