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

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

131. 加载unity导出场景失败 [ 58%]

...   错误信息: Warning!,this class[MiniAdpter] already exist: Object Error: LoaderManager:unknown file(E:/LayaAir/ZJKZWDT/bin/main/SMain.ls) extension with: ls.     at LoaderManager.__proto._create (file:///E:/LayaAir/ZJKZWDT/bin/libs/laya.core.js:12981:11)     at LoaderManager.__proto.cre...

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

132. 两个物体 ,如果在update里修改其中一个物体的rotationEuler,会触发另一个物体的onTriggerEnter回调 [ 57%]

...Pos; }) }, 2000); } onTriggerEnter(other: Laya.PhysicsComponent) { console.error("onTriggerEnter " + other.owner.name); } }   已上传demo和相关资源.麻烦大佬们帮忙看看,谢谢 附件 : --> Test3DBug.zip 2020-07-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

133. HttpRequest详解(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 57%]

...下几种: - `onloadstart` - `onprogress` - `onabort` - `ontimeout` - `onerror` - `onload` - `onloadend` 我们常用的基本就是进度事件,完成事件,错误事件等 每一个`XMLHttpRequest`里面都有一个`upload`属性,而`upload`是一个`XMLHttpRequestUpload`对象`XMLHttpRequ...

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

134. IDE提示类已存在,怎么办 [ 57%]

...面板不见了 TS项目使用matter.js库无智能提示 Ts 编辑提示error TS5023: Unknown option 'p' Laya mac版的IDE 是没测试就上线了吗? ide 2.4 layaair2-cmd 编译报错 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? [Laya2.0 3D] 2.0...

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

135. Android替换游戏启动logo看不到设置的图片 [ 57%]

...,等几秒返回音乐音效全无 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 游戏运行在chrome里面 听不见声音 Texture图片能否进行翻转? 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 成...

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

136. 预制体模块 · LayaAir3.0文档 · LAYABOX [ 56%]

...Scenes/Index.ls"); }); }); // 侦听加载失败 Laya.loader.on(Laya.Event.ERROR, this, this.onError); }); } /** * 当报错时打印错误 * @param err 报错信息 */ onError(err: string): void { console.log("加载失败: " + err); } /** * 加载时侦听 */ onLoading(progress: number): void { //...

来源: Laya3.0_文档 发布时间: 20241014

137. 今天打开微信工具出现错误Cannot read property 'USER_DATA_PATH' of undefined [ 56%]

...his class[MiniAdpter] already exist: {init: ƒ} WAGame.js:3 gameThirdScriptError Cannot read property 'USER_DATA_PATH' of undefined TypeError: Cannot read property 'USER_DATA_PATH' of undefined     at Function.MiniFileMgr.setNativeFileDir (http://127.0.0.1:37684/game/code.js:21639:46)     at Fun...

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

138. 调用ui,new的时候出现Uncaught TypeError: Cannot read property 'call' of undefined [ 56%]

调用ui,new的时候出现Uncaught TypeError: Cannot read property 'call' of undefined 代码: var Test = (function(_surper){    function Test(){         Test.super(this);     };     Laya.class(Test, "Test", _surper);     return Test;      })(ui.TestUI);     报错Uncaught Typ...

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

139. 分享个资源加载的方法,类似白鹭的加载方式 [ 55%]

...= "onLoadedResJson"; // 资源配置文件加载出错 public static ONLOADERRORRESJSON: string = "onLoadError"; // 资源组加载完成 public static ONLOADGROUPCOMPLETE: string = "onLoadGroupConplete"; // 资源组加载出错 public static ONLOADGROUPERROR: string = "onLoadGroupError"; private s...

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

140. 引擎 TiledMap 居然不支持图块翻转 [ 55%]

...          if (tSrcNum < 0) {                 console.log("[error]path does not exist", this._pathArray, tImageArray, resPath, relativePath);             }             for (i = 0; i < tSrcNum; i++) {                 if (i == 0) {                     tR...

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