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

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

61. 嵌套类型的protobuf报错 [ 54%]

...equired string name = 2;  required string address = 3;   required int32 status = 4;  optional string serverUId = 5;  optional int32 controlStatus = 6;  optional string closeMessage = 7; }   这种嵌套类型的proto decode的时候报错   Uncaught TypeError: this.clazz is not a constructor...

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

62. layacmd 安装不成功 [ 53%]

...CYCLE npm ERR! electron@1.7.9 postinstall: `node install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the electron@1.7.9 postinstall script 'node install.js'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with...

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

63. HttpRequest问题 [ 52%]

...点击请求访问时,却访问失败,返回错误码:Request failed Status:0 text   请问这个是什么问题?在laya里测试是好的。。但是发布后在手机用Safari打开就不行。。     https://www.stormnet.cn/h5test/index.html   这是测试链接。。 附件 : --> 201...

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

64. layacmd mac 系统安装不上,急 [ 51%]

...rno 1 npm ERR! electron@1.8.6 postinstall: `node install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the electron@1.8.6 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found i...

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

65. 请问我用下面的代码发送个简单的http get请求,为什么在电脑上能得到成功输出,在手机上总是得到失败输出呢? [ 50%]

...tion cb_onFail(message) { alert(message); // 失败输出:Request failed Status:0 text: }   注:url后面部分是sf_server?RequestType=Time,不知怎么被转码了 2016-11-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

66. Scene.load加载的时候无法正确的识别ResourceVersion [ 48%]

...t%20resources-Cube.lm Failed to load resource: the server responded with a status of 404 (Not Found)前面多了一个h5/的前缀,所以找不到了(因为是web的root目录下新建了一个h5的目录,游戏丢这个里面的)   但是当我放到Root目录之后,报错变成了这样,...

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

67. 安装layaair2-cmd一直失败 [ 48%]

...1 npm ERR! gifsicle@4.0.1 postinstall: `node lib/install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the gifsicle@4.0.1 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found i...

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

68. Swift中接入Native,执行完drawInRect后不执行update了! [ 48%]

...5-10 17:10:38.275350+0800 SwiftLayaNative[98971:4069811] Reachability Flag Status: -R ------d localWiFiStatusForFlags 2019-05-10 17:10:38.275444+0800 SwiftLayaNative[98971:4069811] >>>>>>>checkNetworkState wifi 2019-05-10 17:10:38.275537+0800 SwiftLayaNative[98971:4069811] =====...

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

69. Cannot read property 'rayCast' of undefined [ 47%]

...ndefined错误 Cannot read property 'displayObject' of null Request failed Status:404 text:undefined 销毁有声音的spine动画,skeleton中的_onAniSoundStoped有时会报undefined错误 Laya.PlatformClass.createClass undefined 问题状态 最新活动: 2020-09-03 20:00 浏览: 1931 关注: 2 ...

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

70. 使用百度地图显示当前位置(JavaScript-LayaAir基础篇(JS)-硬件设备相关) [ 47%]

...标转换为百度坐标 function  convertToBaiduCoord(data) { if  (data.status  ==  0) { var  position  =  data.points[0]; // 设置标注物位置 marker.setPosition(position); map.panTo(position); } } ``` 在转换完成后设置标注物的位置,并且把视角平移到以标注物为...

来源: Laya2.0_文档 发布时间: 20210715