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

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

121. 请引擎开发人员不要在用这种写法了 [ 44%]

...Handler.runWith (laya.core.js:998) at ResInfo.event (laya.core.js:1039) at LoaderManager._endLoad (laya.core.js:19366) at Loader.onLoaded (laya.core.js:19335) at EventHandler.runWith (laya.core.js:998) at Loader.event (laya.core.js:1039) at Loader.endLoad (laya.core.js:18943) at Function.checkNext (...

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

122. unity导出的场景.ls加载到laya3d中报错 [ 44%]

...__proto.event (file:///D:/layaTest/mylaya/bin/libs/laya.core.js:467:29) at LoaderManager.__proto._endLoad (file:///D:/layaTest/mylaya/bin/libs/laya.core.js:12516:12) at Loader.onLoaded (file:///D:/layaTest/mylaya/bin/libs/laya.core.js:12493:11) at EventHandler.__proto.runWith (file:///D:/layaTest/my...

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

123. Spine动画资源加载时不能同时使用"版本管理"和"URL.basePath" [ 43%]

...问题的根源在于sk文件解析完毕后企图加载配套png时给到LoaderManager的png图片路径为已加上URL.basePath的路径(在此例中为https://www.xx.com/sp.png),而在version.json中记录的真实文件名映射关系中,key值为不带有URL.basePath的路径(在此...

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

124. 微信小游戏报错 the .lh file root type must be Scene [ 42%]

...) at ResInfo.__proto.event (http://127.0.0.1:62629/game/code.js:483:28) at LoaderManager.__proto._endLoad (http://127.0.0.1:62629/game/code.js:13152:11) at Loader.onLoaded (http://127.0.0.1:62629/game/code.js:13128:10) at EventHandler.__proto.runWith (http://127.0.0.1:62629/game/code.js:711:59) at L...

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

125. laya加载unity插件导出的场景 physics3D is not a function [ 42%]

...unWith (laya.core.js:1399) at ResInfo.__proto.event (laya.core.js:1156) at LoaderManager.__proto._endLoad (laya.core.js:14773) 2018-12-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 Laya_Aaron 赞同来自: imp...

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

126. android下layabox调用Laya.Texture2D.load报错 [ 42%]

...ev-loca ... 483:28) 02-06 14:59:43.858  6545  6658 I LayaBox :     at LoaderManager.__proto._endLoad (http://10.0.1.72/game/dev-loca ... 070:11) 02-06 14:59:43.858  6545  6658 I LayaBox :     at Loader.onLoaded (http://10.0.1.72/game/dev-local/res/libs/laya  layabox 版本: 02-06 14:56:40...

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

127. 用javascript如何实现游戏登录游戏前的资源加载进度,如何将图片,音乐等素材加载到界面通过加载条显示加载进度 [ 40%]

...入一包 你的fui進度條的 然後思路大概就是下面的codeclass LoaderManager { private progressUI: UIBase; private token; constructor(token) { Laya.loader.load([{ url: "res/ui/LoadProgress.fui", type: Loader.BUFFER }], Handler.create(this, this.loadProgress)) this.token = token; } public...

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

128. 显示与切换图片(ActionScript-LayaAir基础篇(AS3)-位图) [ 40%]

...可以找到drawTexture()方法,除此之外,还需要了解laya.net.LoaderManager中的load()方法和getRes()方法,以及laya.utils.Handler中的create()方法,各方法的参数图3、图4、图5、图6所示: ![图3](img/3.png) (图3) ![图4](img/4.png) (图4) ![图2](img/5.png) (图5...

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

129. 显示与切换图片(JavaScript-LayaAir基础篇(JS)-位图) [ 39%]

...可以找到drawTexture()方法,除此之外,还需要了解laya.net.LoaderManager中的load()方法和getRes()方法,以及laya.utils.Handler中的create()方法,各方法的参数图3、图4、图5、图6所示: ![图3](img/3.png) (图3) ![图4](img/4.png) (图4) ![图2](img/5.png) (图5...

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

130. 微信小游戏默认项目代码添加unity导出.lh文件,微信开发工具提示错误 [ 37%]

...) at ResInfo.__proto.event (http://127.0.0.1:51205/game/code.js:483:28) at LoaderManager.__proto._endLoad (http://127.0.0.1:51205/game/code.js:13152:11) at Loader.onLoaded (http://127.0.0.1:51205/game/code.js:13128:10) at EventHandler.__proto.runWith (http://127.0.0.1:51205/game/code.js:711:59) at L...

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