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

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

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

...move1.mc~move8.mc,然后使用脚本控制时,发现提示:ani not found: move7,这是为什么? LayaAir小牛 • 2025-12-17 10:08 @ZmySir:这就得麻烦您发demo了 仅凭图确实难以判断 ZmySir • 2025-12-22 15:40 @LayaAir小牛:const { regClass, property } = Laya; @regClass() e...

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

222. Laya2.0导入protobufjs第三方库,报错找不到文件 [ 45%]

...x.d.ts(50,22): Error TS6053: File 'node_modules/@types/node/base.d.ts' not found.   现在把protobufjs放到Laya IDE的安装目录下的node_modules下面。可以编译通过了。 但又有新的问题,代码提示找不到proto对象的属性了。 原因我发现是.js文件的相对路径...

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

223. Cannot read property 'load' of null [ 44%]

...rty 'cursor' of undefined错误 Failed to load resource: net::ERR_FILE_NOT_FOUND retry to load问题 Uncaught TypeError: Cannot read property 'props' of undefined 资源分包,按照文档做load不到资源,有Demo 有人知道大天使之剑H5的选服界面和load界面的实现原理么? s...

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

224. 空项目的情况下面ios打包出现链表错误 [ 44%]

...f in ViewController.o objc-class-ref in MarketAppStore.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) 环境: xcode8.0 mac10.12 2016-12-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

225. 2.3.0beta 各种bug [ 44%]

...: [31mThis syntax requires an imported helper but module 'tslib' cannot be found.   一、万年没修成功过的自定义导出类 自动添加Laya前缀问题 二、切换类库依旧报错 三、拖尾依然没提供重置方法,带拖尾的特效非得销毁吗!!!! 每次升级引...

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

226. KeyNotFoundException: The given key was not present in the dictionary. unityAir3d1.7.16 [ 43%]

KeyNotFoundException: The given key was not present in the dictionary. unityAir3d1.7.16 KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[System.String]].get_Item (System.String key) (at /Us...

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

227. iOS 接入微信登录,配置了"Other Linker Flags"中加入"-Objc -all_load"后编译不通过 [ 43%]

...ferenced from: _zip_dir_add in libconch.a(zip_dir_add.o) ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) helloworldlv • 2018-05-24 10:55 但运行后执行微信但注册语句 [WXApi registerApp:@"wx2333333333333&q...

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

228. mac laya 2.5beta ts示例工程 tsconfig.json tartget 改成es5 编译报错 [ 43%]

...2354: This syntax requires an imported helper but module 'tslib' cannot be found. at error (/Applications/LayaAirIDE_beta.app/Contents/Resources/app/node_modules/rollup/dist/rollup.js:9402:30) at Object.error (/Applications/LayaAirIDE_beta.app/Contents/Resources/app/node_modules/rollup/dist/rollup.j...

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

229. 第一次使用layabox,用IDE自带的示例,编译后要在微信开发者工具中预览提示包太大 [ 43%]

... Error TS6053: File '../../../node_modules/@types/gsap/Animation.d.ts' not found. 2018-09-27 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 爱有你 相关问题 【屏幕适配】在LayaAir上面是竖屏,为什么到微信开发工...

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

230. Laya2.0导入protobufjs第三方库,报错找不到文件 [ 42%]

...x.d.ts(50,22): Error TS6053: File 'node_modules/@types/node/base.d.ts' not found.     请问要怎么设置,怎么放各种文件,才能把这个node_modules下的第三方库protobufjs在Laya项目里正常使用? 附件是示例。 附件 : --> LayaProtobufjsTest.zip 2019-02-27 添加评...

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