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

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

11. laya.net.HttpRequest [ 78%]

...束后调度。HttpRequest  error请求出错时调度。HttpRequest  progress请求进度改变时调度。HttpRequestProperty Detaildatapropertydata:*  [read-only] 返回的数据。 Implementation     public function get data():*httpproperty http:*  [read-only] 本对象所封装的...

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

12. LoaderManager的_loadAssets方法 completeHandler是否有内存问题 [ 77%]

...一个引用,导致内存泄露//complete && complete.clear(); //progress && progress.clear(); 我自己测试加上的 附件 : --> 2018-04-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 内容相关的链接 提交 2 个回复 an05...

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

13. 对游戏中各种控件字体样式使用“白鹭style”样式表 [ 77%]

...调 Laya.LoaderManager.prototype["_loadAssets"] = function (arr, complete, progress, type, priority, cache, group) { (priority === void 0) && (priority = 1); (cache === void 0) && (cache = true); var itemCount = arr.length; var loadedCount = 0; var totalSize = 0; var items = ; var su...

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

14. Laya.HttpRequest 没有调用回调方法? [ 76%]

...is,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.on(Event.PROGRESS,this,processHandler); xhr.send("https://www.baidu.com/","","get","text"); function processHandler(data){ console.log(data); console.log("1111"); } function errorHandler(data){ console.log("2222"); } function complete...

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

15. iOS wkWebView [ 76%]

...("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('http://tdev.sanguoh5.com:8001/?r=h...

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

16. Laya.loader.load(xx) 当地址""的时候,会报错。 [ 75%]

...        }                     this.event(Event.PROGRESS, 0.3 + 1 / toloadPics.length * 0.6);                     return this._loadResourceFilter(Loader.IMAGE, URL.formatURL(toloadPics.pop()));                 }         ...

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

17. 一个关于laya.display.scene不成熟的小建议 [ 74%]

...把scene里的静态方法: static load(url: string, complete?: Handler, progress?: Handler): void; static open(url: string, closeOther?: boolean, param?: any, complete?: Handler, progress?: Handler): void; static close(url: string, name?: string): boolean; static closeAll(): void; static setLoadi...

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

18. 网络请求添加headers后 post数据错误 [ 73%]

...= callback; // this.errcallback = errcallback; //this.http.once(Laya.Event.PROGRESS, this, this.onHttpRequestProgress); this.http.once(Laya.Event.COMPLETE, this, this.onHttpRequestComplete); this.http.once(Laya.Event.ERROR, this, this.onHttpRequestError); this.http.send(url, 'chapterid=7125', 'post'...

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

19. 预加载进入游戏界面 [ 73%]

...回调参数值为true,否则为false。          * @param    progress    加载进度回调。回调参数值为当前资源的加载进度信息(0-1)。          * @param    type        资源类型。比如:Loader.IMAGE。          * @param    priority   ...

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

20. 有时候加载一大堆资源的时候某个个别图片资源加载失败如何处理 [ 72%]

...回调参数值为true,否则为false。          * @param    progress    加载进度回调。回调参数值为当前资源的加载进度信息(0-1)。          * @param    type        资源类型。比如:Loader.IMAGE。          * @param    priority   ...

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