大约有 1,250 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0054 秒)
Laya_社区(1077) Laya2.0_文档(91) Laya3.0_文档(41) Laya3.0_api(21) Laya2.0_示例(9) Laya_示例(7) laya_api(2) Laya2.0_api(2)
Animation 缓存如何删除? Loader.clearRes("",true); 在IDE上报错 2018-03-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 看一下animation的api 2018-03-28 0 1 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20180328
loader加载阻塞进程问题 游戏人物走动来进行加载地图切片。中间会出间卡顿问题,地图切片在加载的时候会阻塞一下进程。加载完成后就不会。这有没有什么办法解决?我的地图切片不是直接的图片格式,是压缩加密过的文件...
来源: Laya_社区 发布时间: 20170413
... 我加载几十张图片,图片在外网服务器上面,然后我用loader加载 Laya.loader.load(resArr, Laya.Handler.create(null, function () { var a = new Laya.Image('comp/bg.png') Laya.stage.addChild(a) }), Laya.Handler.create(null, function (value) { console.log('加载进度:' + value) ...
来源: Laya_社区 发布时间: 20180808
建议官方:希望Laya.Loader下边可以添加一个场景类型 建议:希望Laya.Loader下边可以添加一个场景类型,这样就可以在分离模式下可以,直接方便统一性的预加载音频骨骼和场景以及场景ui内使用资源, 2019-02-26 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20190226
Laya.loader.load 如何预加载模型 sprite3d,文档里没有找到呢 2017-10-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: 加载3D资源参考下这个文档:https...
来源: Laya_社区 发布时间: 20171014
加载成功要怎样判断呢? 不管是Laya.loader.load(url, onLoaded, ...) 还是Laya.loader.on(Event.COMPLETE, this, onLoaded); 加载失败都会到onLoaded,那怎么区分是不是加载成功? 2017-03-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果...
来源: Laya_社区 发布时间: 20170325
...的方式 Laya.URL.rootPath = Laya.URL.basePath = ""; //加载图集 Laya.loader.load([ {url:"res/atlas/comp.atlas", type: Laya.Loader.ATLAS}, ], new Laya.Handler(this, this.onLoad)); 版本是1.7.19 2018-09-21 添加评论 已悬赏1元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20180921
...7-10-25 16:48 @q8196901:json文件需要指定资源类型,例如:Laya.loader.load([{ url: "res/atlas/comp.json", type: Loader.ATLAS }], Handler.create(this, this.onLoaded)); q8196901 • 2017-10-25 17:07 可以了 ,谢谢
来源: Laya_社区 发布时间: 20171025
...xture 准备好的图片head3.png 放置资源目录下 获取texture Laya.loader.load('head3.png',Handler.create(this,onTextureLoaded)); } private var texture:Texture; private function onTextureLoaded():void { texture=Loader.getRes('head3.png'); }整体代码如下package { import laya.ani.bone.Ske...
来源: Laya_社区 发布时间: 20170324
...y: Array<any> = [ { url: hyip+"res/atlas/comp/01_shouye.json", type: Loader.ATLAS }, { url: hyip+"res/atlas/comp/02_zhujiemian.json", type: Loader.ATLAS }, { url: hyip+"res/atlas/comp/30_loading.json", type: Loader.ATLAS }, ]; Laya.loader.load(resArray, Laya.Handler.create(this, this.onLoaded1...
来源: Laya_社区 发布时间: 20180122