大约有 277 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0064 秒)
Laya_社区(221) Laya3.0_api(11) Laya2.0_文档(10) laya_api(9) Laya2.0_api(8) Laya3.0_文档(7) Laya_示例(6) Laya2.0_示例(5)
....ani.js:2723:37) at Skeleton._update (laya.ani.js:2588:104) at TimerHandler.run (laya.core.js:22323:56) at Timer._update (laya.core.js:22165:41) at Stage._updateTimers (laya.core.js:17751:25) at Stage.render (laya.core.js:17713:18) at Stage._loop (laya.core.js:176...
来源: Laya_社区 发布时间: 20231127
...与内容相关的链接 提交 2 个回复 170*****650 赞同来自: Laya.timer.loop Laya.timer.frameLoop 2017-11-25 0 0 分享 微博 QZONE 微信 wudi199553 赞同来自: http://layaair.ldc.layabox.com/demo/?2d&Interaction&Mouse,你看下这篇文档,你想不断获取鼠标坐标,...
来源: Laya_社区 发布时间: 20171125
...e:///Users/heboyce/Desktop/Work/Web/CatchFish/bin/js/GameView.js:83:26) at TimerHandler.__proto.run (file:///Users/heboyce/Desktop/Work/Web/CatchFish/bin/libs/laya.core.js:9624:45) at Timer.__proto._update (file:///Users/heboyce/Desktop/Work/Web/CatchFish/bin/libs/laya.core.js:9357:16) at Stage.__pr...
来源: Laya_社区 发布时间: 20180404
...被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite url : Str...
来源: laya_api 发布时间: 20170929
...内容相关的链接 提交 1 个回复 ymsdandan 赞同来自: 你先用timer.once()和ani,stop()方法试试吧,之后我们会对帧动画这方面进行改进 2017-11-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 avpvsdoom 相...
来源: Laya_社区 发布时间: 20171115
...lastPoint.setTo(Laya.stage.mouseX,Laya.stage.mouseY); Laya.timer.clear(this,this.tweenMove); Tween.clearTween(this); Laya.stage.once(/*laya.events.Event.MOUSE_UP*/"mouseup",this,this.onStageMouseUp2); Laya.stage.once(/*laya.events.Event...
来源: Laya_社区 发布时间: 20201118
...nterFrame事件,但是可以用frameLoop方法来替代 启动一个Laya.timer.frameLoop(1,this,onLoop).在frameLoop的回调里去监听Animation播放的是第几帧(index) 2016-10-12 0 0 分享 微博 QZONE 微信 unnamedzc 赞同来自: 那如何确定监听对象哪?是直接在回调...
来源: Laya_社区 发布时间: 20161011
...,好像整个页面奔溃了,卡滞了 代码类似下面这样 Laya.timer.loop(200, this, showframe); function showframe() { var url = getimage(); this.sp_video.loadImage(url); } 2017-08-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20170825
...],Handler.create(this,this.onLoadUi)); } __proto.onLoadUi=function(){ Laya.timer.loop(100,this,this.onLoaded); } __proto.onLoaded=function(){ if(this.isOpen){ return; } this.isOpen=true; var testView=new TestView(); Laya.stage.addChild(testView); Laya.timer.once(200,this,this.removeUi,[testView]); }...
来源: Laya_社区 发布时间: 20190517
...? 用removeself()方法删除了某个对象,但是预预期绑定的timer.loop事件还是在运行,应该如何彻底销毁掉一个对象? 2018-06-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_...
来源: Laya_社区 发布时间: 20180605