大约有 447 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0072 秒)
...创建vivo快游戏项目 index.js:829 data stderr: internal/modules/cjs/loader.js:968 throw err; ^ Error: Cannot find module 'C:\Users\Administrator\AppData\Roaming\npm\node_modules\@vivo-minigame\cli\bin\mg' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15) at Function.Mo...
来源: Laya_社区 发布时间: 20200817
....loadAni('res/spine/knight/effect1.sk'); SK动画已经预加载了:Laya.loader.load(['res/spine/knight/effect1.png', 'res/spine/knight/effect1.sk'], Handler.create(this, init)); 2018-03-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20180323
....Stage.SCREEN_NONE; var uiResArr =[ {url:"res/atlas/comp.atlas",type: Laya.Loader.ATLAS}, ]; Laya.loader.load (uiResArr , Laya.Handler.create(this,this.onLoded)); //加载图片 this.byte = new Laya.Byte(); //这里我们采用小端 this.byte.endian = Laya.Byte.LITTLE_ENDIAN; this.socket =...
来源: Laya_社区 发布时间: 20180210
...问题? mac 用layaair2.0 ide 的编辑模式下,cpu爆满 请问Laya.loader.load资源缓存在哪里?能不能把这个缓存目录里的资源加入NativeFile白名单? 现在不提供LayaAir IDE 1.0下载了? fbxtools 在哪里下载啊?在 工具菜单>3D转换工具 里下载的...
来源: Laya_社区 发布时间: 20170816
如何读取加载序列的分组? LoaderManage->load()有个参数是:group分组,使用加载序列后,然后监听到加载完毕后,怎么读到这个分组? 就像实例这个 附件 : --> 2018-03-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果...
来源: Laya_社区 发布时间: 20180321
...function():void{ beginLoad(); }); private function beginLoad():void { Laya.loader.load("res/images/rank.json", Handler.create(this, onLoaded)); } private function onLoaded():void { trace("加载成功"); var c:Image = new Image("rank/country.png"); Laya.stage.addChild(c); } 以上是子域项目...
来源: Laya_社区 发布时间: 20180830
...sers/administrator/documents/myLaya/bin/libs/laya.core.js:452:29) at LoaderManager.__proto._endLoad (file:///D:/Users/administrator/documents/myLaya/bin/libs/laya.core.js:11962:12) at Loader.onLoaded (file:///D:/Users/administrator/documents/myLaya/bin/libs/laya.core.js:11941:11) a...
来源: Laya_社区 发布时间: 20170518
...) return null; } var tSound:Sound; if (!Browser.onMiniGame) { tSound= Laya.loader.getRes(url); } if (!soundClass) soundClass = _soundClass; if (!tSound) { tSound = new soundClass(); tSound.load(url); if (!Browser.onMiniGame) { Loader.cacheRes(url, tSound); } } var channel:SoundChannel; channel = tSo...
来源: Laya_社区 发布时间: 20190115
...相关的链接 提交 1 个回复 Laya_XS 赞同来自: 你直接用laya.loader.load加载文件就可以了,回调完成里根据返回的状态判断文件是否加载完成即可。 2018-09-02 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 ...
来源: Laya_社区 发布时间: 20180827
...止工作 unity的坐标和旋转转换到laya需要做什么运算 请问Loader.load支持支持swf格式的预加载吗? 请问Laya支持什么样的swf,我运行公司美术给的swf,屏幕一片黑 龙骨动画转换失败 Cannot read property 'name' of undefined layabox 3d格式转换 的...
来源: Laya_社区 发布时间: 20190402