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

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

11. 输入设备-地图 [ 62%]

...unction onError(e) { if (e.code == Geolocation.TIMEOUT) alert("获取位置超时"); else if (e.code == Geolocation.POSITION_UNAVAILABLE) alert("位置不可用"); else if (e.code == Geolocation.PERMISSION_DENIED) alert("无权限"); } })(); module laya { import Stage = Laya.Stage; import Text = Lay...

来源: Laya_示例 发布时间: 20241124

12. laya.net.Loader [ 62%]

...r  maxTimeOut : int = 100[static] 每帧加载完成回调使用的最大超时时间,如果超时,则下帧再处理,防止帧卡顿。Loader  parserMap : Object[static] 资源解析函数对应表,用来扩展更多类型的资源加载解析。Loader  type : String[read-only] 加载...

来源: Laya2.0_api 发布时间: 20190513

13. 输入设备-地图 [ 62%]

... = Laya.Geolocation; if (e.code == Geolocation.TIMEOUT) alert("获取位置超时"); else if (e.code == Geolocation.POSITION_UNAVAILABLE) alert("位置不可用"); else if (e.code == Geolocation.PERMISSION_DENIED) alert("无权限"); } } new InputDevice_Map();module laya { import Stage = Laya.Stage;...

来源: Laya2.0_示例 发布时间: 20241124

14. HttpRequest感觉没有发成功 [ 60%]

...6,640); var xhr = new Laya.HttpRequest(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.on(Event.PROGRESS,this,processHandler); xhr.send("https://www.baidu.com","","get","text"); function processHandler(da...

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

15. xhr的on和once什么区别,官网例子 [ 59%]

... var xhr:HttpRequest = new HttpRequest(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.on(Event.PROGRESS,this,processHandler); 2017-10-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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

16. 打包VIVO卡住,然后报错 [ 58%]

...的鱼 赞同来自: 这是什么原因,看起来像客户端请求什么超时? 2020-05-21 0 0 分享 微博 QZONE 微信 kylin 赞同来自: 有可能是网络的原因,npm服务器是在国外的,可以换个时间再试一次,如果还不好,请使用命令行按照如下方案检测...

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

17. 排坑:Laya.HttpRequest()无效 [ 58%]

...试"); var xhr = new Laya.HttpRequest(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE, this, completeHandler); xhr.once(Event.ERROR, this, errorHandler); xhr.on(Event.PROGRESS, this, processHandler); xhr.send("http://www.baidu.com", "", "get", "text"); function processHan...

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

18. 问一个关于小游戏加载图片的问题 [ 58%]

...下载过了,地址都是没问题的 3.我把微信开发者工具里面超时和下载的timeout时间都设置了60秒,开发者工具模拟器可以下载到图片了,但是非常的慢,而用真机扫二维码查看的话,还是挂着 2018-04-26 添加评论 已悬赏5元 --> 分享 ...

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

19. 官方的示例贴上来,怎么没反映啊 [ 57%]

...(this); var xhr = new Laya.HttpRequest(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE, this, completeHandler); xhr.once(Event.ERROR, this, errorHandler); xhr.on(Event.PROGRESS, this, processHandler); xhr.send("https://api.weixin.qq.com/cgi- ... ot%3B, "", "get", "text");...

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

20. 进入后台后的网络问题 [ 55%]

...戏设置了40秒的心跳,玩家在充值的过程中就有可能心跳超时了。 2016-12-29 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 含加速器打包的app,在退到后台后,js进程就关闭了,包括渲染和其他相关的,比如时间。你在游戏从后台恢复到...

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