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

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

381. js进度,进度,js场景进度效果 [ 74%]

...SCREEN_HORIZONTAL; //显示帧频信息 Laya.Stat.show(); //预加载 Laya.loader.load(this.arr, Laya.Handler.create(this, this.onAssetLoaded), Laya.Handler.create(this, this.onLoading, null, false), Laya.Loader.ATLAS); }; //加载完成后 p.onAssetLoaded = function() {}; //加载进度 p.onLoading...

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

382. ls文件导入错误 [ 74%]

...个是我在unity导出一个文件,然后layabox中加载场景。 Laya.loader.create(this.strScene, Laya.Handler.create(this, this.onLoadScene)); private onLoadScene() { var scene: Laya.Scene = Laya.Scene.load(this.strScene); if (scene == null) { return; } this.mScene = scene;   大致的流程...

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

383. AS3里的ByteArray 对应的是TS里的什么类型? [ 74%]

...白名单文件适用于JS和TS吗 ProtoBuf 其他消息类型怎么使用 Loader.load加载json类型的资源,完成后调用Loader.clearRes后,并不能真正释放资源的bug Laya2.0枚举类型获取不了 自定义场景类型 请问laya.net.Loaderlaya.net.LoaderManager哪些函数支...

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

384. 声音放在CDN上,在微信无法播放 [ 74%]

...个回复 岁寒心 赞同来自: 发现了,不是加载不了,是Laya.loader.load()这个返回时,还没有加载成功。。。所以在他的回调中,不能播放 2020-04-20 0 1 分享 微博 QZONE 微信 176*****020 赞同来自: 解决了没 2020-07-11 0 0 分享 微博 QZONE 微信 L...

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

385. 加载同一个json文件第一次正常,第二次json文件里面的数据就只有一条了。 [ 74%]

...请: 与内容相关的链接 提交 2 个回复 Yangcy 赞同来自: Laya.loader.load("abc.json", Handler.create(this, onAssetLoadedSound), Handler.create(this, progressHandler), Loader.SOUND);   第一次加载出来: [list=none] [*]0: {column: "0", duration: "0", mode: "点", time: "30...

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

386. 导入微信小游戏的时候 [ 74%]

...esInfo.__proto.event (http://127.0.0.1:65353/game/code.js:483:28)     at LoaderManager.__proto._endLoad (http://127.0.0.1:65353/game/code.js:13152:11)     at Loader.onLoaded (http://127.0.0.1:65353/game/code.js:13128:10)     at EventHandler.__proto.runWith (http://127.0.0.1:65353/game/code.js:...

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

387. 动态加载代码后,总是出现 ProgressBar is not a constructor [ 74%]

....runWith (laya.core.js:687) at ResInfo.__proto.event (laya.core.js:465) at LoaderManager.__proto._endLoad (laya.core.js:12504) at Loader.onLoaded (laya.core.js:12481) at EventHandler.__proto.runWith (laya.core.js:686) at Loader.__proto.event (laya.core.js:465) at Loader.__proto.endLoad (laya.core.js...

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

388. 支付宝小游戏 · LayaAir3.4 · 引擎文档 · LAYABOX [ 74%]

...毕,此方法只执行一次 onAwake(): void { //支付宝小游戏 Laya.loader.loadPackage("sub1", this.printProgress).then(() => { Laya.loader.load("sub1/Cube.lh").then((res: Laya.PrefabImpl) => { let sp3: Laya.Sprite3D = res.create() as Laya.Sprite3D; this.scene3d.addChild(sp3); }); }) La...

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

389. 1.7.17beat bug [ 74%]

... 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 Loader.load加载json类型的资源,完成后调用Loader.clearRes后,并不能真正释放资源的bug 关于laya无法缓存非图片、声音文件bug 2.0iDE bug laya2.0ide 显示bug image loadimage 加载网络图片B...

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

390. Laya ide 1.83 导出apk 加载场景失败 [ 74%]

...ersion/libs/laya.core.js:494:28) 05-18 09:55:36.987: I/0(27649):     at LoaderManager.__proto._endLoad (http://stand.alone.version/lib ... 347:11) 05-18 09:55:36.987: I/0(27649):     at Loader.onLoaded (http://stand.alone.version/lib ... 323:10) 05-18 09:55:36.987: I/0(27649):     at EventH...

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