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

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

131. 分享:如何为spine(龙骨)动画添加CLICK事件! [ 67%]

...); })(); function startFun() { mFactory = new Templet(); mFactory.on(Event.COMPLETE, this, parseComplete); mFactory.loadAni("res/spine/spineRes2/goblins.sk"); } function parseComplete() { mArmature = mFactory.buildArmature(1); mArmature.x = 100; mArmature.y = 200; var rect=new Laya.Rectangle(-200,-2...

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

132. Laya 中用什么事件可以检测声音是否播放结束? [ 67%]

... Channel(); _channel=_sound.play( ); _channel.addEventListener(Event.SOUND_COMPLETE,onComplete); 而Laya 中用什么事件可以检测声音是否播放结束? 2017-03-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 ...

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

133. Laya.loader.load加载位图字体 [ 67%]

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

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

134. ani动画的问题 [ 67%]

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

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

135. Animation播放完一次动画后的回调问题 [ 66%]

...imation播放完一次动画后的回调问题 starView.ani1.on(Laya.Event.COMPLETE,null,OnAnimation); 这个ani1是这个动画这样设置回调不对吗? 我看API那边事件就是这个COMPLETE 2017-02-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请...

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

136. 播放骨骼动画 [ 66%]

...ya.Skeleton; this.factory = new Laya.Templet(); this.factory.on(Laya.Event.COMPLETE, this, this.parseComplete); this.factory.on(Laya.Event.ERROR, this, this.onError); this.factory.loadAni("sp/aa.sk"); this.avatar = this.factory.buildArmature(0); this.avatar.play(0,true); 2017-07-18 添加评论 免...

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

137. laya.d3.core.particleShuriKen.ShurikenParticleSystem [ 66%]

...发射粒子。 ShurikenParticleSystemEventEvent Summary Defined By  complete完成一次循环时调度。ShurikenParticleSystem  paused暂停时调度。ShurikenParticleSystem  played开始播放时调度。ShurikenParticleSystem  stopped停止时调度。ShurikenParticleSystemProperty ...

来源: laya_api 发布时间: 20170929

138. 官方的示例贴上来,怎么没反映啊 [ 66%]

...Request(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE, this, completeHandler); xhr.once(Event.ERROR, this, errorHandler); xhr.on(Event.PROGRESS, this, processHandler); xhr.send("https://api.weixin.qq.com/cgi- ... ot%3B, "", "get", "text"); function processHandler(data) ...

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

139. 1.7的接口消失 [ 66%]

1.7的接口消失 // ZmyTestManager.Ani.on(Laya.Event.COMPLETE, this, this.OnCurrentAnimationCompleted);//循环动画完成播放单次循环 // ZmyTestManager.Ani.on(Laya.Event.STOPPED, this, this.OnCurrentAnimationStopped);//非循环动画停止播放 这个接口在2.0后就没有了 文档...

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

140. laya.d3.core.Avatar_API3.0 [ 66%]

...会忽略lock=true的资源。 Returns void Static load load(url: string, complete: Handler): void Defined in laya/d3/core/Avatar.ts:35 加载Avatar文件。 Parameters url: string Avatar文件。 complete: Handler 完成回掉。 Returns void Globals "laya/d3/core/Avatar" Avatar constructor destory...

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