大约有 169 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0056 秒)
...时间; 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"); function processHandler(data) { console.log(data); } function errorHandler(data)...
来源: Laya_社区 发布时间: 20180419
...ass[MiniAdpter] already exist: Object {init: } LayaAirIDE2.2 - Laya3D init error ,must support webGL 在初始化时候使用canvas 或者WebGL 两种模式对使用引擎有什么区别? 2.5引擎版本webgl使用遮罩动态变换位置和缩放时,会有线条,并未遮罩完整 2.0.0编译...
来源: Laya_社区 发布时间: 20190422
... { console.log("WebSocket closed"); }; // 连接错误处理 this.socket.onerror = (error) => { console.error("WebSocket error:", error); }; } private handleServerResponse(buffer: Uint8Array) { // 尝试解码为 ChatMessage,使用 decode 方法,将接收到的 Uint8Array 数据 buffer 反序...
来源: Laya3.0_文档 发布时间: 20251010
...如何实现无限循环改变alpha? 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 微信小游戏如何使用ttf字体? iphone自带浏览器页面怎么锁定 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 图集打...
来源: Laya_社区 发布时间: 20190221
...r.once(Laya.Event.COMPLETE,this,this.completeHandler); xhr.once(Laya.Event.ERROR,this,this.errorHandler); xhr.send("res/a.png","","get","arraybuffer"); } private completeHandler(data:Object):void{ //加载完成返回的data是arraybuffer; //......这里处理我们加密的图片数据,假设...
来源: Laya2.0_文档 发布时间: 20210714
... "laya.events.Event")]*/ /** * 请求出错时调度。 * @eventType Event.ERROR * */ /*[Event(name = "error", type = "laya.events.Event")]*/ 2.1.4 在代码中怎么使用 LayaAir引擎中用 HttpRequest 继承的是 EventDispatcher,具有事件派发的功能。加上本身具备发送请求的...
来源: Laya3.0_文档 发布时间: 20250104
解析sk资源报错 GameDemo.max.js:21170 Uncaught RangeError: Offset is outside the bounds of the DataView 代码: package com.ppt.components.role { import laya.ani.bone.Skeleton; import laya.ani.bone.Templet; import laya.events.Event; public class CombatR...
来源: Laya_社区 发布时间: 20170204
...export吗? 纹理平铺怎么做 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 用二的幂次方图集和非二的幂次方图集区别在哪? LayaAirIDE下如何使用mask? 图集打包找不到图集文件 版本不匹配! 全局 tsc (2...
来源: Laya_社区 发布时间: 20250801
...为什么? 已上传 Demo 附件 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target Laya中的宏编译要怎么用啊 成都雨墨游戏 求 laya 程序开发人员 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出...
来源: Laya_社区 发布时间: 20180410
...如何实现无限循环改变alpha? 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 微信小游戏如何使用ttf字体? iphone自带浏览器页面怎么锁定 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 图集打...
来源: Laya_社区 发布时间: 20190225