大约有 162 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0043 秒)
...ex.html not found unity3d sentinel key not found 构建报错,TypeScript error: node_modules/@types/node/base.d.ts' not found. ide2.6.0beta编译报错:This syntax requires an imported helper but module 'tslib' cannot be found Swift中接入其他都正常,但是在你们的conchConfig中,...
来源: Laya_社区 发布时间: 20190312
...a.stage.bgColor = "#232628"; this.setup(); } setup() { let xmlValueContainsError = "item aitem bsomethis..."; let xmlValue = "item aitem bsomethings..."; this.proessXML(xmlValueContainsError); console.log("\n"); this.proessXML(xmlValue); } // 使用xml proessXML(source) { const Utils = Laya.Utils; l...
来源: Laya2.0_示例 发布时间: 20241124
...原来碰撞检测rect没有旋转 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编...
来源: Laya_社区 发布时间: 20201120
...aya.stage.bgColor = "#000000"; var s:MovieClip = new MovieClip; s.on(Event.ERROR,this,ddddd); s.load("D:/thisisnothing.swf"); } private function ddddd(e:* = null){ trace("dddd"); } } 附件 : --> 2017-01-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20170105
...击Dialog之外的区域关闭弹框 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target IOS系统内嵌H5游戏,退到后台,等几秒返回音乐音效全无 Texture图片能否进行翻转? 救命!canvas定位后 点击区域偏移,求大...
来源: Laya_社区 发布时间: 20180810
...时间; 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_文档 发布时间: 20241119
...如何实现无限循环改变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