大约有 496 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0045 秒)
...错 __proto._getAvatarOwnersByClip=function(clipIndex){ var frameNodes=this._clips[clipIndex]._nodes; var frameNodesCount=frameNodes.length; 其中frameNodes为空 附件是骨骼动画fbx文件 Unity 5.6.0f3 laya1.7.13 附件 : --> new.rar 2018-01-16 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20180116
...新导出导致的。 1568167817用户 • 2019-09-12 11:44 我找到了, this.loadScene("Login/LoginUI");注释这个就没有报错了, 我不知道为什么?
来源: Laya_社区 发布时间: 20190911
...景与容器 跟楼上那位报错的那位差不多 他报错的原因是this后面少了名称 this.名称.removeSelf() 2018-07-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 LM20081991 相关问题 2.0一不小心删了bin目录...
来源: Laya_社区 发布时间: 20180110
...从Unity同过插件导出的场景到LayaAir里面报"model file err,no this function:"这个错是怎么回事? Unity版本为5.6.0f3, Laya引擎版本 LayaAir IDE 1.7.11,选择语音为TS,导出插件版本为:1.7.0,系统环境win10 64位 附件 : --> 2017-11-07 添加评论 免费帖 --...
来源: Laya_社区 发布时间: 20171107
...e) { var args = {url:url, handler:null}; var handler = Laya.Handler.create(this, this.OnDownloadFileInWxOk, [args], false); args.handler = handler; Laya.MiniAdpter.downLoadFile(url, null, handler); } else { this.DoLoadData(url); } } protected DoLoadData(url:string):void { Laya.loader.load(url, Laya....
来源: Laya_社区 发布时间: 20180604
...n', function(event) {}) Laya.Gyroscope.instance.on(Laya.Event.CHANGE, this, this.onDeviceorientation); 连接打开方式都由微信扫一扫打开,safari不支持此demo运行 查找到资料地址: https://caniuse.com/#search=deviceorientation ios测试微信浏览器页面地址: https:/...
来源: Laya_社区 发布时间: 20191202
...,加载模式场景的定义中,会无缘无故的自动添加一行 this.loadScene("XXXXXXXX"); 导致去加载 分离模式的json文件!!!! 然后报错加载文件失败!!! 大家都知道 加载模式的UI文件是 ui.json 并不是 分离模式单独的 json 文件!!!...
来源: Laya_社区 发布时间: 20200427
... 解决方式: Laya.loader.load("prefab/hero.json", Laya.Handler.create(this, function (obj) { console.log('hero',obj); }), null, Laya.Loader.PREFAB); Laya.loader.create("prefab/WeiTiao.json", Laya.Handler.create(this, function (obj)...
来源: Laya_社区 发布时间: 20211026
...像这样子: createChildren():void { super.createChildren(); this.createView(Laya.loader.getRes("test/TestPage.json")); this.loadUI("test/TestPage"); } 2. 在编辑器生成代码的时候怎么添加自定义的操作? 比如我想同时生成一个UI资源引用的配置文...
来源: Laya_社区 发布时间: 20171229
...{url: "res/atlas/char_wudang01.json", type: Loader.ATLAS}], Handler.create(this, onLoaded)); this.onLoaded(); } private function onLoaded():void { //Animation.createFrames(["res/atlas/monsterbeattack/0.png","res/atlas/monsterbeattack/1.png","res/atlas/monsterbeattack/2.png"], "aa") Animation.createF...
来源: Laya_社区 发布时间: 20170220