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

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

61. 摄像机lookAt如何围绕一个模型做Tween动画? [ 70%]

摄像机lookAt如何围绕一个模型做Tween动画? var y = 1; Laya.timer.frameLoop(30, this, function () { y = y + 1; camera.transform.lookAt(model.transform.position, new Laya.Vector3(0, 1, 0), false); camera.transform.rotate(new Laya.Vector3(0, y, 3), false, false); }); 我想让摄像机...

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

62. LAYA IDE 设置语言包路径后卡死 [ 69%]

...:/LayaAirIDE/resources/app/out/vs/layaEditor/h5/laya.js:59934:9)     at TimerHandler.Timer.__init$.__proto.run (file:///D:/LayaAirIDE/resources/app/out/vs/layaEditor/h5/laya.js:9221:46)     at Timer.__proto._update (file:///D:/LayaAirIDE/resources/app/out/vs/layaEditor/h5/laya.js:8978:14)   ...

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

63. 定时器会互相影响吗 [ 69%]

定时器会互相影响吗 Laya.timer.loop(10, this, this._loopRefresh, [], false);一个定时器用来倒计时 一个定时器有个延时执行Laya.timer.once(100, this, this._checkIsSame, [1], false); 这不是两个定时器吗 为什么第二个延时执行的时候第一个会停住啊 第...

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

64. 你先用Laya.timer.frameLoop 然后再用tween才可以生效 直接用tween没用 [ 69%]

你先用Laya.timer.frameLoop 然后再用tween才可以生效 直接用tween没用 什么意思,Tween代码需要在loop里写? 我尝试了在frameLoop里写Tween还是不动 2018-01-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...

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

65. TimeLine调用destroy报错&执行完成后回到起点 [ 69%]

...perty 'length' of null at TimeLine.__proto._update (HMain.max.js:12479) at TimerHandler.__proto.run (HMain.max.js:9196) at Timer.__proto._update (HMain.max.js:8951) at Stage.__proto.render (HMain.max.js:16932) at Stage.__proto._loop (HMain.max.js:16892) at loop (HMain.max.js:5472)    private funct...

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

66. Spine切换动画后,站立动画抖动得厉害,特别是腿部 [ 69%]

...i.js:4381)     at Skeleton.__proto._update (laya.ani.js:4240)     at TimerHandler.__proto.run (laya.core.js:9827)     at Timer.__proto._update (laya.core.js:9560)     at TimerHandler.__proto.run (laya.core.js:9827)     at Timer.__proto._update (laya.core.js:9560)     at Stage.__pro...

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

67. 运用多个缓动动画或者大的缓动,在ios上运行造成黑屏 [ 69%]

...17-10-16 0 1 分享 微博 QZONE 微信 qwer535305054 赞同来自:  Laya.timer.loop(1000, this, this.setTime); private setTime(){             this.downTime--;             Tween.to(img1, { x: randomx, y: randomy }, 250);             Tween.to(img2, { x: randomx, y: randomy }, 250);...

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

68. [0]Clip播放丢帧以及停止动画过前的问题 [ 69%]

... 要回复问题请先登录 发起人 1635326721用户 相关问题 Laya.timer.loop()如何停止 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. Animator2D该如何判断动画是否已经播放完成? 骨骼动画播放完后的回调时间 Animator 如何获取当前...

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

69. 关于资源回收的问题 [ 69%]

关于资源回收的问题 JS下的Timer这个类,还有Tween,执行完后是否需要手动调用释放资源还是依赖的caller在destroy阶段会释放掉这部分资源?如果需要手动回收的话,调用clear和clearAll即可还是需要调用其他函数? Video的对象destroy...

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

70. laya.spine.js问题以及spine.core.js问题 [ 69%]

...ent.ERROR, "load failed:" + this.assetManager.getErrors()); return; } Laya.timer.frameOnce(1, this, this.loop); }         ==========================================================================              spine-core-3.7.js问题: 代理里有语法错误,state  !== status   }, ...

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