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

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

1. 使用二进制图片 · LayaAir3.0文档 · LAYABOX [ 100%]

...equest(); xhr.open("get", "res/atlas/comp.png", true); xhr.responseType = "arraybuffer"; xhr.onload = function () { if (this.status == 200) { var blob = new Blob([this.response], { type: "image/png" }); var img = document.createElement("img"); img.onload = function (e) { window.URL.revokeObjectURL(i...

来源: Laya3.0_文档 发布时间: 20230303

2. zip更新 · LayaAir3.0文档 · LAYABOX [ 97%]

...) * @param opttimeout 超时时间, * 注意如果成功了不会返回ArrayBuffer,不要使用这个参数。因为可能太大。 */ declare var downloadBigFile:(url:string, local:string, onprog:(total:number,now:number,speed:number)=>boolean,oncomp:(curlret:number, httpret:number)=>vo...

来源: Laya3.0_文档 发布时间: 20241024

3. 网络通信 · LayaAir3.0文档 · LAYABOX [ 84%]

...sponse varies 响应实体的类型由 responseType 来指定, 可以是 ArrayBuffer ,Blob, Document, JavaScript 对象 (即 “json”), 或者是字符串。如果请求未完成或失败,则该值为 null responseText DOMString 此次请求的响应为文本,或是当请求未成功...

来源: Laya3.0_文档 发布时间: 20241014

4. 资源加载 · LayaAir3.0文档 · LAYABOX [ 70%]

...ader.JSON json JSON类型 Laya.Loader.XML xml XML类型 Laya.Loader.BUFFER arraybuffer 二进制类型 Laya.Loader.IMAGE image 纹理类型 Laya.Loader.SOUND sound 声音类型 Laya.Loader.VIDEO video 视频类型 Laya.Loader.ATLAS atlas 图集类型,加载完成后返回图集json信息(并创建...

来源: Laya3.0_文档 发布时间: 20241014

5. 缓存工具-layadcc · LayaAir3.0文档 · LAYABOX [ 43%]

...址,则直接使用 * @returns */ async readFile(url:string):Promise<ArrayBuffer|null> /** * 把一个原始地址转换成cache服务器对象地址 * @param url 原始资源地址 * @returns */ async transUrl(url:string) /** * 与DCC服务器同步本版本的所有文件。 * 可以用这...

来源: Laya3.0_文档 发布时间: 20241024

6. 和原生Dom交互 · LayaAir3.0文档 · LAYABOX [ 29%]

...rate of the AudioContext var frameCount = audioCtx.sampleRate * 2.0; var myArrayBuffer = audioCtx.createBuffer(2, frameCount, audioCtx.sampleRate); window.onclick = function() { // Fill the buffer with white noise; //just random values between -1.0 and 1.0 for (var channel = 0; channel < channels...

来源: Laya3.0_文档 发布时间: 20241014

7. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 11%]

...text", data: "this is demo text" }; type参数的可选值有text/json/xml/arraybuffer/bytes/filePath/custom,特别的,filePath是一个文件的绝对路径,custom可以指定一个自定义的回调函数。 如果资源不需要输出,那可以直接将输出内容置为空数组,即:...

来源: Laya3.0_文档 发布时间: 20241014