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

大约有 17 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0106 秒)

11. tweenline label事件诡异 [ 89%]

tweenline label事件诡异 this.timeLine.addLabel("rotate1",0).to(this.godContaner,{rotation:-5},200,null,0) .addLabel("rotate2",0).to(this.godContaner,{rotation:0},200,null,0); this.timeLine.play(0,true); this.timeLine.on("label", this, function(label){ console.log(label) }); 两个问题 1 为...

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

12. laya.utils.TimeLine_API3.0 [ 86%]

...hy EventDispatcher TimeLine Index Properties scale Accessors total Methods addLabel destroy event from gotoLabel gotoTime hasListener off offAll offAllCaller on once pause play removeLabel reset resume to from to Properties scale scale: number = 1 Defined in laya/utils/TimeLine.ts:45 缩放动画播...

来源: Laya3.0_api 发布时间: 20231115

13. laya.utils.TimeLine [ 79%]

...nherited Public Methods Show Inherited Public Methods MethodDefined By  addLabel(label:String, offset:Number):TimeLine 在时间队列中加入一个标签。 TimeLine  destroy():void 彻底销毁此对象。 TimeLine event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher ...

来源: laya_api 发布时间: 20170929

14. laya.utils.TimeLine [ 79%]

...nherited Public Methods Show Inherited Public Methods MethodDefined By  addLabel(label:String, offset:Number):TimeLine 在时间队列中加入一个标签。 TimeLine  destroy():void 彻底销毁此对象。 TimeLine event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher ...

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

15. 关于timeline结束的问题 [ 78%]

...== 'lightDottedActive') { child.visible = true; child.alpha = 0; timeline .addLabel('lightDotted', 0) .to(child, { alpha: 1 }, 200, Ease.linearIn) .to(child, { alpha: 0 }, 200, Ease.linearIn) } } timeline.play(0, true); timeline.on(Event.COMPLETE, this, function () { count++; if (count === 2) { time...

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

16. timeline对translate有用吗?设置了不管用,scale却管用 [ 76%]

...meline对translate有用吗?设置了不管用,scale却管用 timeLine.addLabel('up',0).to(men,{scaleX:2,translateX:100},1000,null,0); 2017-11-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ymsdandan 赞同...

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

17. animate 动画播放 怎么把攻击 开火 合起来播放 [ 66%]

...play(0, false, "atk"); //this.roleAni.play(0,true,"fire"); //this.timeLine.addLabel("turnRight",0).to( this.roleAni.play(0, false, "atk")); } /** * 创建一组动画的url数组(美术资源地址数组) * aniName 动作的名称,用于生成url * length 动画最后一帧的索引值, */ p...

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