大约有 23 项符合查询结果, 库内数据总量为 30,902 项。 (搜索耗时: 0.0033 秒)
...必须用这种方式显示图片 之前有在网上看到 let url = Laya.Browser.window.URL.createObjectURL(data); 这样把arraybuffer弄成一个url 但是这种方式估计在微信小游戏或其他平台不行的 求大神帮忙 let xhr = new Laya.HttpRequest(); xhr.once(Laya.Eve...
来源: Laya_社区 发布时间: 20181010
...容相关的链接 提交 2 个回复 金风 赞同来自: this.xhr.once(Laya.Event.COMPLETE, this, this.CompleteHandler); this.xhr.once(Laya.Event.ERROR, this, this.ErrorHandler); this.xhr.on(Laya.Event.PROGRESS, this, this.ProgressHandler); this.xhr.send(Global.WebHost+this.currentRequest.url, thi...
来源: Laya_社区 发布时间: 20200629
...Request详解 在项目中我们难免会有发送http请求的需求,在LayaAir引擎中HttpRequest就是我们发送请求的基本类。HttpRequest类其实包装的就是原生的`XMLHttpRequest`,为了开发者更深入的了解这个类,我们先从XMLHttpRequest 开始。 ## 原生XMLHt...
来源: Laya2.0_文档 发布时间: 20210714
...Request详解 在项目中我们难免会有发送http请求的需求,在LayaAir引擎中HttpRequest就是我们发送请求的基本类。HttpRequest类其实包装的就是原生的`XMLHttpRequest`,为了开发者更深入的了解这个类,我们先从XMLHttpRequest 开始。 ## 原生XMLHt...
来源: Laya2.0_文档 发布时间: 20210715
...est详解 在项目中我们难免会有发送http请求的需求,在LayaAir引擎中HttpRequest就是我们发送请求的基本类。HttpRequest类其实包装的就是原生的`XMLHttpRequest `,为了开发者更深入的了解这个类,我们先从XMLHttpRequest 开始。 ##原生XMLHt...
来源: Laya2.0_文档 发布时间: 20210715
...一玩处取排行榜时返回的用户头像URL 代码如下 var WebGL = Laya.WebGL; // 程序入口 var GameMain = /** @class */ (function () { function GameMain() { //初始化引擎 Laya.init(1136, 640); for (var i = 0; i < 4; i++) { var sp = new Laya.Sprite(); var xhr = new Laya.HttpRequest(...
来源: Laya_社区 发布时间: 20180629
...开发却可以加载 按照 技术文档里的事例: public function LayaSample() { //初始化引擎 Laya.init(1136, 640); var sp:Sprite = new Sprite(); var xhr:HttpRequest = new HttpRequest(); xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.send("re...
来源: Laya_社区 发布时间: 20171011
在native下 Laya.Browser.window.Blob不存在 所以,我无论怎么做,都不能把下载的图片渲染出来 2018-02-01 2 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 daibao520 赞同来自: donloadImageTe...
来源: Laya_社区 发布时间: 20180201
...取HTTP响应2.3 使用原生的XMLHttpRequestHTTP通信 Author: Charley LayaAir3引擎提供了强大的HTTP通信模块,通过HttpRequest类来进行网络请求,支持包括GET、POST等常用HTTP方法。这一模块为游戏开发者提供了便捷的远程数据交互功能,使得游戏...
来源: Laya3.0_文档 发布时间: 20250214
...pose the inner Atlas。” AtlasResourceManager:Dispose the inner Atlas。 laya.webgl.js:374 >>>>altas garbageCollection =1 laya.webgl.js:372 AtlasResourceManager:Dispose the inner Atlas。 laya.webgl.js:374 >>>>altas garbageCollection =1 laya.webgl.js:372 AtlasResourceManage...
来源: Laya_社区 发布时间: 20170825