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

大约有 324 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0039 秒)

191. FB中引入puremvc laya.js.exe编译不通过,不能使用puremvc吗 [ 64%]

...用 LayaAirIDE下如何使用mask? 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 微信小游戏如何使用ttf字体? 问题状态 最新活动: 2017-08-07 15:47 浏览: 1388 关注: 3 人 cuixueying • 2017-08-09 21:20 只能引入js版...

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

192. List列表使用出现的问题 [ 64%]

...Type' does not exist on type 'Node'. 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)...

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

193. layacmd 安装不成功 [ 64%]

...\npm\node_modules\layacmd\node_modules\ele ctron\install.js:48 throw err ^ Error: read ECONNRESET at exports._errnoException (util.js:1022:11) at TLSWrap.onread (net.js:569:26) C:\Users\Administrator\AppData\Roaming\npm `-- (empty) npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\\Program Files\\nodej...

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

194. native 1.0.2 连不上wss [ 64%]

...); }; ws.onmessage = function(e) { alert("accpet msg: " + e.data); }; ws.onerror = function(e) { alert("error: " + e); console.log(e) }; </script> </body> </html>   这是app设置的url所对应的html文件,在web端是能连上socket的,app里面就连不上 (简单起见...

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

195. Uncaught RangeError:Array buffer allocation failed [ 63%]

Uncaught RangeError:Array buffer allocation failed 引擎版本2.1.0(升级到2.2.0beta4也会出现这个bug) 运行环境:华为手机,系统P10Plus; 浏览器:华为自动浏览器版本EMUI 9.1.0 demo由于公司原因无法提供,只有附件图片。   进入游戏后从登入场...

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

196. 微信小游戏默认项目代码添加unity导出.lh文件,微信开发工具提示错误 [ 63%]

...nsform's property instead. code.js:21065 Object WAGame.js:3 gameThirdScriptError Sprite3D: The .lh file root type must be Sprite3D,please use other function to load this file.;at api readFile success callback function [b]Error: Sprite3D: The .lh file root type must be Sprite3D,please use other funct...

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

197. http无响应 [ 63%]

...ress); hr.once(Event.COMPLETE, this, onHttpRequestComplete); hr.once(Event.ERROR, this, onHttpRequestError); hr.send('http://111.73.45.19/index.php/Tgy/tgyPost', 'username=c11111&password=888888', 'post', 'text'); } function onHttpRequestError(e) { console.log(e); } function onHttpRequestProgres...

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

198. laya.net.HttpRequest [ 63%]

...Event Summary Defined By  complete请求结束后调度。HttpRequest  error请求出错时调度。HttpRequest  progress请求进度改变时调度。HttpRequestProperty Detaildatapropertydata:*  [read-only] 返回的数据。 Implementation     public function get data():*httpproperty...

来源: laya_api 发布时间: 20170929

199. [LayaAir3]LAYAAIR 3.3 和 LAYANATIVE 的VIDEO 支持 M3U8文件吗? [ 63%]

...ED, () => { video.muted = true; this.playVideo(); }); hls.on(HLS.Events.ERROR, (event, data) => { console.log("HLS加载失败"); }); hlsxx = hls;//方便销毁用hlsxx.destroy(); }else if(videoTexture.canPlayType("m3u8")){ this.playVideo(); videoTexture.element.pause(); videoTexture.element.s...

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

200. 如何判断加载资源是否成功? [ 63%]

...可判断文件是否加载成功,你也可以通过Laya.loader.on(Event.Error,this,onError)从失败里获取文件的加载状态, 2018-04-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 hiafu 相关问题 请问有没有方法...

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