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

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

111. HttpRequest在firefox里面执行正常在ios出现err [ 57%]

HttpRequest在firefox里面执行正常在ios出现err layaair使用了httpRequest获取json数据,在firefox里正常,但是用了ios自带的safari就出现err,报错是request failed status:0 我的学习作品地址是http://www.mubugu.com/test/poker/bin/index.html 大家可以试试看...

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

112. 协议打包byte出错 [ 57%]

协议打包byte出错 // message request_create{ //          required string name = 1; //角色名 //          required bytes career = 2; //角色职业 //          required bytes sex = 3; //角色性别 // }             if(Msg== null){            ...

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

113. 请问Laya.HttpRequest可以get请求Https地址么? [ 57%]

请问Laya.HttpRequest可以get请求Https地址么? 我请求微信登录的access_token,是一个Https地址,但是一直返回错误  request failed status:0  text:,但是我把请求地址换成官网demo的地址'http://xkxz.zhonghao.huo.inner.layabox.com/api/getData?name=myname&...

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

114. 背景音乐来回切换会报错 [ 57%]

...音乐来回切换会报错 Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause(). https://goo.gl/LdLk22 用Laya自带的声音管理类(Laya.SoundManager.playMusic)播放背景音乐,播放的是MP3没播放前面没加载过,就有可能报上面这个...

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

115. Failed to load resource: net::ERR_FILE_NOT_FOUND [ 57%]

...音效资源都能通过onMessage收到,请问这是什么原因啊? Request failed Status:404 text:undefined 游戏运行一会出现 getAMesh resizeBuffer Array buffer allocation failed /clang:-1: linker command failed with exit code 1 (use -v to see invocation) websocket connection failed: In...

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

116. iOS wkWebView [ 56%]

...ivate connect(): void { console.log("connect...."); this.hr = new Laya.HttpRequest(); this.hr.once(Laya.Event.PROGRESS, this, this.onHttpRequestProgress); this.hr.once(Laya.Event.COMPLETE, this, this.onHttpRequestComplete); this.hr.once(Laya.Event.ERROR, this, this.onHttpRequestError); this.hr.send(...

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

117. 加载html的问题 [ 56%]

...ex.html"; 这样写怎么报错了:gameThirdScriptError undefined;at api request success callback function undefined 说没有成功的回调函数,这要怎么写呢,官网案例中也没有回调函数啊 2018-06-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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

118. laya关于2d骨骼动画的一些问题 [ 56%]

... 现在仍然是这样没变化是么.. 第二个的链接打不开.. The requested URL /doc/nav=zh-as-1-5-6 was not found on this server. qian • 2018-01-25 17:04 第一条和第二条你可以直接去看看关于龙骨动画的文档 上面说了 在laya里直接点龙骨转换 上面就有支...

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

119. matter.js 层级的问题 [ 56%]

...ug renderer doesn't currently support zIndex I'm afraid. I'd accept a pull request though. You'd need to add body.render.zIndex, and inside Matter.Render create a buffer and add all constraints and bodies, then sort by it. It should probably be an opt-in option though as it would be reasonably inten...

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

120. 发布之后报错,跨域问题 [ 56%]

...Documents/saolei/release/layaweb/v1.0.0/res/atlas/comp.atlas: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. Access to Image at 'file:///Users/dongxiang/Documents/saolei/release/layaweb/v1.0.0/comp/classic_numbers_8.png' from origin 'null'...

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