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

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

741. Laya.Loader.getRes("xxx.png")取出来的资源为什么是Texture2D,不是Texture [ 43%]

...放流程:第一次动画播放完后,会把图集资源清理掉,  for (let imgName of imgAry.imgs) {                 Laya.loader.cancelLoadByUrl(imgName);                 Laya.loader.clearTextureRes(imgName);                 Laya.loader.c...

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

742. 如何获取animation的node节点? [ 43%]

...的配置文件,根据配置文件结构修改 let skillAniArray = []; for(let i in aniProps.mc[options.srcName].frames) { let skill = new Laya.Sprite(); // 创建一个用于存放位图数组的临时精灵 let texture = Laya.loader.getRes(options.srcPath+options.srcName+".png"); // 读取图集...

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

743. Ts简单对象池 [ 42%]

...ift(); GetLenght=():number=>{return this.data.length;} Dispose=()=>{ for(let i in this.data){ Laya.Pool.recover("Dispose",this.data[i]); } } }   2019-12-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为...

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

744. 3D场景销毁后,仍有引用存在,内存中场景及引用其的对象无法销毁 [ 42%]

...   this.camera = new Laya.Camera();         this.camera.transform.translate(new Laya.Vector3(0, 2, 5));         this.camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false);          this.scene.addChild(this.camera);         Laya.loader.create...

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

745. @regClass编译报错! [ 42%]

...ind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;     for (var i = decorators.length - 1, decorator; i >= 0; i--)       if (decorator = decorators[i])         result = (kind ? decorator(target, key, result) : decorator(result)) || result;     if (kind && resu...

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

746. 重要问题:关于苹果审核被拒 [ 42%]

...在都删除了,就剩下这两个,但是会报 ld: library not found for -lJavaScriptCore clang: error: linker command failed with exit code 1 (use -v to see invocation)。 helloworldlv • 2018-03-21 11:00 build settings /other linker flag 里面把删的库删掉 helloworldlv • 2018-03-21 1...

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

747. List中放TextInput,当list滚动的时候,复用会有问题,input中的内容会乱,尤其有输入框focus的情况下 [ 42%]

...ge.addChild(list); // 设置数据项为对应图片的路径 var data = ; for (var i = 0; i < 100; ++i) { data.push({ lb: i, value: i }); // data.push("../../res/ui/listskins/1.jpg"); // data.push("../../res/ui/listskins/2.jpg"); // data.push("../../res/ui/listskins/3.jpg"); // data.push("../../...

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

748. 引擎代码严重问题 导致react报错 [ 41%]

...t Error: Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings. jacksing888 • 2017-03-21 11:19 这里更加合理的做法应该是 自己封装一个函数 去调用 才是比较合理的 尽量少去污染全局的东西 cuix...

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

749. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 41%]

...         var items: any = this.mItems.values;                 for (var index = 0; index < items.length; index++) {                     var element: URLRequest = items[index];                     this._$off(element);                     NetConnection._$toP...

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

750. 攻略贴:打包apk完整流程记录(单机版) [ 41%]

...pen project打开的项目,编译的时候,会报“Can't find bundle for base name Message, locale zh_CN”。     坑6: 依然是步骤3中,如果import路径不是选的步奏2中 输出路径 下的目录android_studio,而是直接选了导出的路径,项目在Android Studio...

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