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

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

81. Laya.loader.load加载位图字体 [ 78%]

...          this._data=bFont;                 this.complete(this._data);             }         } 附件 : --> 2019-04-02 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 La...

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

82. 如何定义动画播放过某帧后的回调函数 [ 78%]

...2 浏览: 2501 关注: 2 人 182*****369 • 2016-12-14 20:35 ani.on(Event.COMPLETE,this,tryto); 没有这种对动画本身添加的监听,您能给贴一个简单的demo吗 qq502416708 • 2017-02-14 17:06 @cuixueying:你这是认真的还是开玩笑的。。。没人会这么写代码吧。。...

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

83. 图集动画结束回调有延迟 [ 77%]

...s.ded.on(Laya.Event.LABEL, this, this.onHitOver);  this.ded.on(Laya.Event.COMPLETE, this, this.onHitOver);  两种方法都会有延迟,不能100%执行 2018-11-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回...

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

84. ui编辑器中使用龙骨动画问题 [ 77%]

... 794 关注: 2 人 liwenhua • 2018-03-22 14:48 this.guge.once(Laya.Event.COMPLETE,this,()=>{ console.log('解析完成'); }); console.log(this.guge.templet); 这样是监听不到Complete事件的,打印出来this.guge.templet结果为null liwenhua • 2018-03-22 14:52 使用U编辑器I做的...

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

85. http 请求 once 的 回调参数,如何传递和接收? [ 77%]

...atcher 对象。 请求发送: var hr = new HttpRequest(); hr.once(Event.COMPLETE, this, http.success,[1,2,3]); hr.send("http://localhost:8082/hu_get",{}, "post","json",null);   回调方法: success:function (e,args) {     console.log(e); //此行可以得到响应内容     console.log(ar...

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

86. ani动画的问题 [ 77%]

...怎么定义? Zzz18815519 • 2017-10-11 20:01 tl.on(laya.events.Event.COMPLETE, this, this.destroy); 是不是这样就可以了 Monica • 2017-10-12 11:11 @Zzz18815519:是的(函数名最好不要用已有的来定义)

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

87. laya.utils.Tween.to的第一个参数可以是个label? [ 77%]

...am    props 变化的属性列表,比如{x:100,y:20,ease:Ease.backOut,complete:Handler.create(this,onComplete),update:new Handler(this,onComplete)}。          * @param    duration 花费的时间,单位毫秒。          * @param    ease 缓动类型,默认为匀速运动...

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

88. 自定义事件只能绑定到Sprite上吗? [ 76%]

...义事件 我自己写的类怎么绑定 classthis.stage.event(this.EVENT_COMPLETE,'complete'); 2017-01-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 请参考自定义事件:时间...

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

89. 动画播放完后,怎么知道?Animation.play() [ 76%]

...回调需要Event.STOPPED 循环播放,获取每次播放完成是Event.COMPLETE 2018-01-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 fenxw 相关问题 骨骼动画播放完后的回调时间 谷歌浏览器播放mp3出现The Aud...

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

90. web和微信端没有问题,打包成apk后 httprequest报Request failed Status:404 text:undefined [ 76%]

...的链接 提交 2 个回复 金风 赞同来自: this.xhr.once(Laya.Event.COMPLETE, this, this.CompleteHandler); this.xhr.once(Laya.Event.ERROR, this, this.ErrorHandler); this.xhr.on(Laya.Event.PROGRESS, this, this.ProgressHandler); this.xhr.send(Global.WebHost+this.currentRequest.url, this.current...

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