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

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

111. tiledmap Bug [ 71%]

...n_Ts_Weixin/bin/libs/laya.tiledmap.js:411:31)   at TiledMap.__proto.onJsonComplete (file:///D:/layadata/laya2.0/Sokoban_Ts_Weixin/bin/libs/laya.tiledmap.js:398:19)   at EventHandler.__proto.runWith (file:///D:/layadata/laya2.0/Sokoban_Ts_Weixin/bin/libs/laya.core.js:1407:59)   at Loader.__proto.e...

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

112. tiledMap 官方示例都运行不了 [ 70%]

...ya/Hello/bin/libs/laya.tiledmap.js:257:31)     at TiledMap.__proto.onJsonComplete (file:///C:/Users/Administrator/Documents/myLaya/Hello/bin/libs/laya.tiledmap.js:244:19)     at EventHandler.__proto.runWith (file:///C:/Users/Administrator/Documents/myLaya/Hello/bin/libs/laya.core.js:1125:59)   ...

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

113. 同步龙骨插槽动画方案 [ 70%]

...ctory = new Laya.Templet();         this.mFactory.on(Laya.Event.COMPLETE, this, this.parseComplete, [aniMode]);         this.mFactory.loadAni(url);     }      private parseComplete(aniMode: number, fac: Laya.Templet): void {         this.mArmature = thi...

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

114. 骨骼动画进阶(TypeScript-2D进阶篇(TS)-动画进阶) [ 70%]

...动画模板 this.templet = new Laya.Templet(); this.templet.on(Laya.Event.COMPLETE, this, this.parseComplete); this.templet.on(Laya.Event.ERROR, this, this.onError); this.templet.loadAni("res/spine/goblins/goblins.sk"); } onError() { console.log("parse error"); } parseComplete() { //创建第一个...

来源: Laya2.0_文档 发布时间: 20210715

115. TimeLine调用destroy报错&执行完成后回到起点 [ 70%]

...成后回到起点 使用的是官方的TimeLine demo 问题1:如果在onComplete中调用destroy报错 问题2【用法问题请无视】:如果注释掉“turnUp”, 在动画执行完成后, 图片的x,y坐标变成了起始坐标   报错信息: .max.js:12479 Uncaught TypeError: Can...

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

116. Native下http请求,Error事件中的error对象错误码全都是404 [ 70%]

...该会有这个问题才是的 比如说这个代码: this.hr.once(Event.COMPLETE, this, onHrCompleteHandler); this.hr.once(Event.ERROR , this ,onHrErrorHandler); this.hr.send($url, $data, $method, $responseType, $headers); private function onHrCompleteHandler():void { if(this.completeHandler) { t...

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

117. Animator如何监听播放完毕 [ 69%]

...监听播放完毕 版本 2.0.0bate4 , 1.0版本的Animator.on( Laya.Event.COMPLETE ) 方法在2.0.0bate4中行不通 . 那目前如何监听动画播放结束呢 ???? 2018-11-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交...

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

118. 微信小游戏中加载unity导出的场景报错the .lh file root type must be Scene [ 69%]

...*结束加载,处理是否缓存及派发完成事件 <code>Event.COMPLETE</code> 。     *@param content 加载后的数据     */     __proto.endLoad=function(content){         content && (this._data=content);         if (this._cache)Loader.cacheRe...

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

119. 如何能监听到TouchStart和TouchEnd事件 [ 69%]

...性值。*/         static ERROR: string;         /** 定义 complete 事件对象的 type 属性值。*/         static COMPLETE: string;         /** 定义 loaded 事件对象的 type 属性值。*/         static LOADED: string;         /** 定义 progres...

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

120. 多个骨骼动画怎么按顺序播放? [ 69%]

... 2 个回复 Monica - 知识达人 赞同来自: 监听播放完成事件COMPLETE,在回调函数中播放下一个即可 2017-09-20 0 1 分享 微博 QZONE 微信 189*****192 赞同来自: animationUI.animation.on(Event.COMPLETE, this, this.onAnimationEnd);  监听动画播放完成 再开始播...

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