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

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

1471. tween有这个一个bug [ 45%]

...a.Ease.cubicIn,null,(i+1)*400); } point.visible=false; point.alpha = 0; // console.log(line); Laya.Tween.to(point,{x:point.x,y:point.y,alpha:1,update:Laya.Handler.create(point,function(){ this.visible = true; })},800,Laya.Ease.backOut,null,i*400); if(i%2==1 && i!=9){ point.x-=200; }else{ poi...

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

1472. 关于laya图片资源缓存的问题 增量更新文件缓存 [ 45%]

...a.image = _name + _hash } _content = JSON.stringify(_content) } catch(e) { console.error(e) } file.contents = new Buffer(_content) this.push(file) return cb() }) }()) .pipe(gulp.dest('./server/static')) }) gulp.task('default', ['updata_atlas_version'])   供大家参考 ^_^ 附件 : --> 2018-04-12 ...

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

1473. LayaRender渲染含有多个part的Body存在Bug [ 45%]

...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 LayaAir2.61 测试版 物理引擎bug 百分百 复现 问题状态 最新活动: 2018-06-26 10:45 浏览: 1538 关注: 2 人

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

1474. LayaBox进阶之UI管理类 [ 45%]

... this.onInit(); this.onShow();  Laya.timer.frameLoop(1, this, ()=>{ // console.info(this); this.onUpdate(); }); }  /******************************************************************************** * Node ********************************************************************************/ _proto = ...

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

1475. layacmd atlas怎么指定输出的数据后缀为json? [ 45%]

...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 laya idc 下能否给单个sprite节点指定动画 跪求登陆注册数据交互的demo或者格式啊!!或者其他功能的数据交互也行啊 关于...

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

1476. [LayaAirIDE3]咋么实现鼠标点击角色移动 [ 45%]

... if (Laya.loader.getRes(clipPath)) { this.loadedClips.push(clipPath); } } console.log(`[iceMonster] 成功加载 ${this.loadedClips.length} 个 .mc 剪辑`); })); } /* ------------------------------------------------- * 播放指定剪辑 * ------------------------------------------------- */ privat...

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

1477. 打包发布vivo,调试黑屏 [ 45%]

...有输出报错,自己的项目也没有日志中也没有update里面的console.下面是demo跟截图 附件 : --> coin_scroll_vivo.rar 2019-11-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 kylin 赞同来...

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

1478. 无法触发浏览器文件上传框 [ 45%]

...leInput = Laya.Browser.document.getElementById('file'); fileInput.click(); console.log(fileInput);//input#file } } new GameMain();在laya里无法触发浏览器<input type="file" id="file">文件上传框? 附件 : --> html-upload.rar 2017-05-11 添加评论 免费帖 --> 分享 微博 QZON...

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

1479. 加载TiledMap 不显示 [ 45%]

...ge.height), Handler.create(this, this.mapLoaded));     //      console.log(Laya.stage.width, Laya.stage.height);     //  // }));      // }      // private onStageClick (): void     // {     //  var p: Point = new Point(00);     //  this.lay...

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

1480. Maximum call stack size exceeded [ 44%]

...in.scene");           }           onEnable() {             console.log('init');         }     }       /**This class is automatically generated by LayaAirIDE, please do not make any modifications. */       class GameConfig {         static init() {             //...

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