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

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

11. laya.utils.Ease [ 77%]

...每个时间间隔是剩余距离减去一个固定比例部分。 Ease  linearIn(t:Number, b:Number, c:Number, d:Number):Number[static] 定义无加速持续运动。 Ease  linearInOut(t:Number, b:Number, c:Number, d:Number):Number[static] 定义无加速持续运动。 Ease  linearNone(t:Num...

来源: laya_api 发布时间: 20170929

12. laya.utils.Ease [ 77%]

...每个时间间隔是剩余距离减去一个固定比例部分。 Ease  linearIn(t:Number, b:Number, c:Number, d:Number):Number[static] 定义无加速持续运动。 Ease  linearInOut(t:Number, b:Number, c:Number, d:Number):Number[static] 定义无加速持续运动。 Ease  linearNone(t:Num...

来源: Laya2.0_api 发布时间: 20190513

13. 3D模型无法用Tween类吗 [ 76%]

...)); //移动模型 Laya.Tween.to(layaMonkey,{x:0,y:-1,z:-3},5000,Laya.Ease.linearIn); )   我看也没写错 是这个类不适用3D模型吗 2018-01-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron...

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

14. 扇形的角度没办法通过缓动来设置么?只能通过计时器? [ 69%]

...只能通过计时器? Laya.Tween.to(sp1,{endAngle:180},3000,Laya.Ease.linearIn,null,0); 这个sp1是一个扇形,x,y都可以缓动的,结束的角度 endAngle没办法缓动 2018-06-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...

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

15. 发现TimeLine的一些问题,像是BUG [ 66%]

...umber):void { timeLine=new TimeLine(); timeLine.to(sp, {y: yy}, 3000, Ease.linearIn); timeLine.once(Event.COMPLETE,this, complete,[sp,timeLine]); timeLine.play(0,false); } //清理缓动的函数 private function clearTime(timeLine:TimeLine):void { timeLine.destroy(); } //缓动播放完成后的回...

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

16. 3d中 缓动往一个点转向并移动的问题 [ 60%]

...          })             }, speed * 1000, Laya.Ease.linearIn);         } 2018-08-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 186*****260 相关问题 两个对象new了一个相同的对象,调用第...

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