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

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

261. 通用发布 · LayaAir3.0文档 · LAYABOX [ 68%]

...方法只执行一次 */ onAwake(): void { //Web平台使用远程包 Laya.loader.loadPackage("sub1","http://192.168.56.1:2840/",this.printProgress).then(()=>{ Laya.loader.load("sub1/cube.lh").then((res:Laya.PrefabImpl) =>{ let sp3:Laya.Sprite3D =res.create() as Laya.Sprite3D; this.scene3d.add...

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

262. exception info:[SyntaxError: JSON Parse error: Expected '}'] at line 22 [ 68%]

...: Error Could not attach to main target 微信小程序里加载json文件 Loader.load加载json类型的资源,完成后调用Loader.clearRes后,并不能真正释放资源的bug spine动画转换失败,加载错误:导出二进制数据出错:writeUint8 error - Out of range261, 有谁知道什...

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

263. 如何使用graphics.loadImage加载图片资源的时候,如何判断加载失败? [ 68%]

...函数是加载完成后才会执行的。楼主可以尝试一下,利用Loader加载资源 2017-09-28 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 mrchenx 相关问题 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面...

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

264. 如何读取加载序列的分组? [ 68%]

如何读取加载序列的分组? LoaderManage->load()有个参数是:group分组,使用加载序列后,然后监听到加载完毕后,怎么读到这个分组? 就像实例这个   附件 : --> 2018-03-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果...

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

265. 如何一次性预加载多个.sk 资源加载后使用是如何获取,并且创建动画? [ 68%]

... 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: Laya.loader.load才是预加载(预加载到缓存),使用的时候就是你上面写的,直接.loadAni("birdami_86.sk"),,这时候loadAni的资源就是缓存下的! 2017-08-29 0 0 分享 微博 QZONE 微信 为什...

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

266. 【vivo】2d图集加载不上 [ 68%]

【vivo】2d图集加载不上 Laya.loader.load(url,Handler.create(this,onLoadComplete),null,Loader.ATLAS); 用Loader.ATLAS图集类型加载失败 附件 : --> myLaya.zip 2019-11-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

267. SoundManager第一次加载播放延迟怎么解决? [ 68%]

...播这个bgm.mp3,如何预加载呢 cuixueying • 2016-11-30 15:06 Laya.loader.load("xxx.mp3",Handler.create(this,onComplete),null,Loader.SOUND) daohu • 2016-11-30 18:09 @cuixueying:好的,这样写后,SoundManager.playMusic("../../../../res/sounds/bgm.mp3", 1, new Handl...

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

268. 加载UI为什么总是加载白底 [ 67%]

...; //设置stage颜色s Laya.stage.bgColor = "#ffffff"; //加载资源 Laya.loader.load("res/atlas/comp.json",Laya.Handler.create(this,onLoaded),null,Laya.Loader.ATLAS) })(); function onLoaded(){ var _start = new start(); Laya.stage.addChild(_start); } })(); var start = (function(_super){ function st...

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

269. worker如何使用 [ 67%]

worker如何使用 Laya.WorkerLoader.workerPath = "libs/worker.js"; //开启worker线程 Laya.WorkerLoader.enable = true; //加载引擎需要的资源 Laya.loader.load("res/atlas/comp.atlas", Laya.Handler.create(this, () => { alert("onLoaded!"); }), null, Laya.Loader.ATLAS, 1, true, null, false...

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

270. 抖音小游戏 · LayaAir3.0文档 · LAYABOX [ 67%]

...此方法只执行一次 */ 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_文档 发布时间: 20241014