• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 277 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0064 秒)

91. [LayaAir2]Spine动画无法正常加载显示 [ 63%]

....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

92. 写一个事件 鼠标在某个范围内 点击后能不断触发读取鼠标坐标 [ 63%]

...与内容相关的链接 提交 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

93. Laya.Pool.getItemByClass 闪退 [ 62%]

...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

94. laya.ani.swf.MovieClip [ 62%]

...被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite  url : Str...

来源: laya_api 发布时间: 20170929

95. Laya.Animator 动画 怎么移动到某一帧并停止到这一帧?相当于 gotoAndStop() 函数的效果 [ 62%]

...内容相关的链接 提交 1 个回复 ymsdandan 赞同来自: 你先用timer.once()和ani,stop()方法试试吧,之后我们会对帧动画这方面进行改进 2017-11-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 avpvsdoom 相...

来源: Laya_社区 发布时间: 20171115

96. list 中的scrollbar [ 62%]

...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

97. laya的animation如何每一帧的去获取回调 [ 62%]

...nterFrame事件,但是可以用frameLoop方法来替代 启动一个Laya.timer.frameLoop(1,this,onLoop).在frameLoop的回调里去监听Animation播放的是第几帧(index) 2016-10-12 0 0 分享 微博 QZONE 微信 unnamedzc 赞同来自: 那如何确定监听对象哪?是直接在回调...

来源: Laya_社区 发布时间: 20161011

98. 提示“AtlasResourceManager:Dispose the inner Atlas。” [ 62%]

...,好像整个页面奔溃了,卡滞了 代码类似下面这样 Laya.timer.loop(200, this, showframe); function showframe() {     var url = getimage();     this.sp_video.loadImage(url);     }   2017-08-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

来源: Laya_社区 发布时间: 20170825

99. 百度小游戏 内存不断增大的情况 [ 62%]

...],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

100. destory方法怎么用? [ 62%]

...? 用removeself()方法删除了某个对象,但是预预期绑定的timer.loop事件还是在运行,应该如何彻底销毁掉一个对象? 2018-06-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_...

来源: Laya_社区 发布时间: 20180605