大约有 236 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)
...filename === 'object' ? filename["root"]+"/"+filename["file"] : filename); console.log("protobuf " + contents);这个content 为null ps: 手机网页,pc网页都是正常的,真机装的apk,才找不到proto文件,真机能按你说的 调试? 2017-03-01 0 0 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20170301
...n(Laya.Event.STOPPED, this, this.play); this.play(); } private onError() { console.error("load spine error"); } private play(): void { console.log("1111111111"); if (++this.index >= this.skeleton.getAnimNum()) { this.index = 0; } this.skeleton.play(this.index, false, true); } 正常示例 ...
来源: Laya_社区 发布时间: 20210813
...ationTime,Laya.Ease.elasticOut,Laya.Handler.create(this, function(){ console.log("complete"); }),ConstValue.animationDelay); 无法直接设置原因是浅拷贝变量无法同步到原对象中去 2018-01-12 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回...
来源: Laya_社区 发布时间: 20180112
...bgm.mp3", 1, new Handler(this, function(){ console.log("播放完成"); })); 2018-08-08 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 苏栢 相关问题 谷歌浏览器播放mp3...
来源: Laya_社区 发布时间: 20180808
...新引擎版本即可。 可以在程序中打印版本信息监测: console.log(Laya.version); 2016-12-30 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 好的,问题解决了就行了 2016-12-30 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题...
来源: Laya_社区 发布时间: 20161230
...}) get testParams():string{ return "test"; } set testParams(value:string){ console.log(value); } // 静态 get & set @bpAccessor({ "type":"string", "modifiers": { "isStatic": true } }) static get testStaParams():string{ return "test"; } static set testStaParams(value:string){ console.log(value);...
来源: Laya3.0_文档 发布时间: 20241014
...件格式(已测试格式:wav,ogg,mp3,都不能加载) 3.通过console.log(Laya.loader.load(“音乐文件资源目录”)),打印日志能获取到对象,返回值不为undefined 其他:在没有加载音乐的情况下,通过Laya.SoundManager.playMusic (“音乐资...
来源: Laya_社区 发布时间: 20191114
...出错误 打开layaide,出现错误,要怎么解决 laya如何重写console.log 打印错误跟信息到自己写的日志面板上 ui分离模式首次加载布局错误问题 提示错误在laya.core.js里 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Ca...
来源: Laya_社区 发布时间: 20180613
....ts', onwarn:(waring,warn)=>{ if(waring.code == "CIRCULAR_DEPENDENCY"){ console.log("warnning Circular dependency:"); console.log(waring); } }, treeshake: false, //建议忽略 plugins: [ typescript({ [b]cacheRoot:workSpaceDir + "/.rpt2_cache", [/b] tsconfig:workSpaceDir + "/tsconfig.json", check...
来源: Laya_社区 发布时间: 20200607
... 内容是没有错误 url也是对的window.onLayaInitError=function(e) { console.log("onLayaInitError error=" + e); alert("加载游戏失败,可能由于您的网络不稳定,请退出重进"); } 附件 : --> 2024-04-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...
来源: Laya_社区 发布时间: 20240401