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

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

11. 微信小游戏分包加载libs/laya.physics3D.js,加载成功但不能使用 [ 66%]

...             }         })          loadTask.onProgressUpdate(res => {             console.log('下载进度', res.progress)             console.log('已经下载的数据长度', res.totalBytesWritten)             console.log('预...

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

12. 求HTTP相关的文档或者例子谢谢了 [ 66%]

...nts.HTTPStatusEvent; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; import flash.net.URLRequestMethod; import flash.net.URLVariables; public cl...

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

13. laya.events.Event [ 65%]

...g = played[static] 定义 played 事件对象的 type 属性值。Event  PROGRESS : String = progress[static] 定义 progress 事件对象的 type 属性值。Event  READY : String = ready[static] 定义 loaded 事件对象的 type 属性值。Event  RELEASED : String = released[static] 定义...

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

14. laya.events.Event [ 64%]

...g = played[static] 定义 played 事件对象的 type 属性值。Event  PROGRESS : String = progress[static] 定义 progress 事件对象的 type 属性值。Event  RECOVERED : String = recovered[static] 定义 recovered 事件对象的 type 属性值。Event  RELEASED : String = released[sta...

来源: laya_api 发布时间: 20170929

15. HttpRequest 回调方法都没执行 LayaAir 1.7.17 beta JS版本 [ 64%]

...ew Laya.HttpRequest(); //new一个HttpRequest类 this.http.once(Laya.Event.PROGRESS,this,this.onProgress); //数据传输中 this.http.once(Laya.Event.COMPLETE,this,this.onComplete); //数据传输完成后,会返回一个data this.http.once(Laya.Event.ERROR,this,this.onError); //数据传输失...

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

16. request failed status:0 text: IOS HttpRequest [ 63%]

...533", } alert(JSON.stringify(data)); hr = new HttpRequest(); hr.once(Event.PROGRESS, this, onHttpRequestProgress); hr.once(Event.COMPLETE, this, onHttpRequestComplete); hr.once(Event.ERROR, this, onHttpRequestError); var headers = []; headers.push("Content-Type"); headers.push("application/json"); h...

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

17. laya.ui.UIEvent [ 62%]

...ing = played[static] 定义 played 事件对象的 type 属性值。Event PROGRESS : String = progress[static] 定义 progress 事件对象的 type 属性值。Event READY : String = ready[static] 定义 loaded 事件对象的 type 属性值。Event RELEASED : String = released[static] 定义 rel...

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

18. laya.ui.UIEvent [ 61%]

...ing = played[static] 定义 played 事件对象的 type 属性值。Event PROGRESS : String = progress[static] 定义 progress 事件对象的 type 属性值。Event RECOVERED : String = recovered[static] 定义 recovered 事件对象的 type 属性值。Event RELEASED : String = released[static]...

来源: laya_api 发布时间: 20170929

19. HttpRequest详解(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 61%]

...l. ### 事件 基本的事件大致有如下几种: - `onloadstart` - `onprogress` - `onabort` - `ontimeout` - `onerror` - `onload` - `onloadend` 我们常用的基本就是进度事件,完成事件,错误事件等 每一个`XMLHttpRequest`里面都有一个`upload`属性,而`upload`是一...

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

20. HttpRequest详解(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 61%]

...l. ### 事件 基本的事件大致有如下几种: - `onloadstart` - `onprogress` - `onabort` - `ontimeout` - `onerror` - `onload` - `onloadend` 我们常用的基本就是进度事件,完成事件,错误事件等 每一个`XMLHttpRequest`里面都有一个`upload`属性,而`upload`是一...

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