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

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

31. Animation 下的Event.COMPLETE 回调 [ 91%]

Animation 下的Event.COMPLETE 回调 加入回调 为啥 我的动画都不播放了 _gameTableScene["donghua"+ transformToDesignIndex(msg.index)]._childs[0].on(Event.COMPLETE,null,OnAnimation()); 是我写的不对吗? 2018-03-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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

32. 求HTTP相关的文档或者例子谢谢了 [ 91%]

...          this.publicloader.addEventListener(/*iflash.events.Event.COMPLETE*/"complete",BIND$(this,this.checkListComp));             this.url=new URLRequest("wished.php");             this.url.method=/*iflash.net.URLRequestMethod.POST*/"POST";             var values...

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

33. 骨骼动画-Spine事件 [ 90%]

...res/spine/spineRes6/alien.sk"; mFactory = new Templet(); mFactory.on(Event.COMPLETE, this, this.parseComplete); mFactory.on(Event.ERROR, this, this.onError); mFactory.loadAni(mAniPath); } onError() { trace("error"); } parseComplete() { const Event = Laya.Event; // 创建模式为1,使用动画自...

来源: Laya2.0_示例 发布时间: 20241001

34. 骨骼动画-Spine事件 [ 90%]

...res/spine/spineRes6/alien.sk"; mFactory = new Templet(); mFactory.on(Event.COMPLETE, this, parseComplete); mFactory.on(Event.ERROR, this, onError); mFactory.loadAni(mAniPath); } function onError() { trace("error"); } function parseComplete() { //创建模式为1,可以启用换装 mArmature = mFac...

来源: Laya_示例 发布时间: 20241001

35. Animation类如何调用complete事件 [ 90%]

Animation类如何调用complete事件 我想在动画播放完之后,把动画从舞台移除,是调用complete事件吗? 怎么做,看文档没看明白 2017-09-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...

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

36. 小游戏环境下 声音的缓存机制导致更换声音文件失败 [ 90%]

...eadyUrl]) {                 this.event(/*laya.events.Event.COMPLETE*/"complete");                 return;             }             console.log(url);             if (MiniAdpter.autoCacheFile && MiniFileMgr.getFileInfo(url)) ...

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

37. 网络请求添加headers后 post数据错误 [ 90%]

...ent.PROGRESS, this, this.onHttpRequestProgress); this.http.once(Laya.Event.COMPLETE, this, this.onHttpRequestComplete); this.http.once(Laya.Event.ERROR, this, this.onHttpRequestError); this.http.send(url, 'chapterid=7125', 'post', 'json', headers); 正常示例// this.caller = caller; this.callbackH...

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

38. 1.5.4_beta,动画播放完毕的监视器很大概率会不起作用了 [ 89%]

...作用了,回调函数经常没有执行 animaNet.once(laya.events.Event.COMPLETE, animaNet, OnNetAnimaDone); // animaNet是个laya.display.Animation 2016-12-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 yua...

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

39. 分享:Skeleton如何监听播放完成事件! [ 89%]

...参数为true时,每播放完一遍龙骨动画,会自动触发Event.COMPLET事件 skeleton.player.on(Event.COMPLETE,this,onComplete);2、当skeleton.play(0,false) 第二个参数为false时,当前动画播放完成后,会自动触发Event.STOPED事件,而不是Event.COMPLETE事件 skeleto...

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

40. 性能测试-骨骼 [ 89%]

...fer = Loader.getRes(mAniPath); mFactory = new Templet(); mFactory.on(Event.COMPLETE, this, this.parseComplete); mFactory.parseData(tTexture, arraybuffer, 10); } parseComplete() { const Event = Laya.Event; for (let i = 0; i = tAnimNum) { mActionIndex = 0; } for (let i = 0, n = mAnimationArray.length;...

来源: Laya2.0_示例 发布时间: 20241001