大约有 1,307 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0054 秒)
Laya_社区(1120) Laya2.0_文档(69) Laya3.0_文档(48) Laya2.0_示例(27) Laya_示例(24) Laya3.0_api(17) laya_api(1) Laya2.0_api(1)
... hr.http.timeout = 3000; hr.http.ontimeout = function(){console.log("http timeout test: timeout")}; hr.once(Laya.Event.COMPLETE, this, ()=>{console.log("http timeout test: success");}); hr.once(Laya.Event.ERROR, this, (e: any)=>{console.log("http timeout test: error " + ...
来源: Laya_社区 发布时间: 20171016
...script" npm ERR! node v4.4.1 npm ERR! npm v2.14.20 npm ERR! path npm-debug.log.532595257 npm ERR! code EACCES npm ERR! errno -13 npm ERR! syscall open npm ERR! Error: EACCES: permission denied, open 'npm-debug.log.532595257' npm ERR! at Error (native) npm ERR! { [Error: EACCES: permission denied, op...
来源: Laya_社区 发布时间: 20160829
...; js: ws.onmessage = function (e) { var view=new DataView(e.data); console.log(view.byteLength);//7 console.log(view.getInt32(0));//3 console.log(view.getInt8(4),view.getInt8(5),view.getInt8(6));// -28 -67 -96 console.log(new Uint8Array(view.buffer));//Uint8Array(7) [0, 0, 0, 3, 228, 189, 160] ...
来源: Laya_社区 发布时间: 20180302
... down2() { this.a = Laya.stage.mouseX; this.b = Laya.stage.mouseY; console.log("鼠标点击的点" + this.a, this.b) Laya.stage.on(Laya.Event.MOUSE_MOVE, this, this.move2) } move2() { this.path.push(Laya.stage.mouseX, Laya.stage.mouseY); // console.log("移动的点集合" + this.path); this.ps.gra...
来源: Laya_社区 发布时间: 20170721
...ZONE 微信 yzbgyc 赞同来自: 压缩包内包含两个之日,一个是log.txt另一个是log2.txt 因为我看到第一个log缺少map文件,然后我就把发布后的工程,增加了 相关的*.map但是我不理解的时候,为什么 会用到这个map文件,而没有问题的机器 ...
来源: Laya_社区 发布时间: 20180601
...item aitem bsomethings..."; this.proessXML(xmlValueContainsError); console.log("\n"); this.proessXML(xmlValue); } // 使用xml proessXML(source) { const Utils = Laya.Utils; let xml; try { xml = Utils.parseXMLFromString(source); } catch (e) { console.log(e.massage); return; } this.printDirectChildren...
来源: Laya2.0_示例 发布时间: 20241118
...tf8格式编码的文件。 3. debug模式和release模式 LayaNative底层LOG分为三种: LOGI 普通流程log LOGW 警告log LOGE 错误log 在js脚本中,开发者可以通过以下函数设置Debug模式: if( window.conch ) { //值为0:表示关闭所有日志输出 //值为1:表示...
来源: Laya3.0_文档 发布时间: 20241025
...en /dev/block/mmcblk0p34 success item id=1333,0x682496 criticallogService::ACTION_REQUEST_WRITE_RAW,size:207, content is <multimedia-fence_timeout-begin> LOGTYPE: 309 log-time: 2018-08-20 16:53:51 log-buildTime: R7Plusm_11_160822 log-colorOS: V2.1 lo...
来源: Laya_社区 发布时间: 20180820
...x = scene.addChild(new myCube(0.1, 0.1, 11.5, colorCalc(), 0, 1)); console.log(box); } function addTestBox() { var box = scene.addChild(new myCube(0.1, 0.1, 11.5, colorCalc(), 0, 1)); console.log(box); } function addFirstBox() { var box = scene.addChild(new myCube(1, 1, 0.5, colorCalc(), 0)); } func...
来源: Laya_社区 发布时间: 20180402
...en /dev/block/mmcblk0p34 success item id=1333,0x682496 criticallogService::ACTION_REQUEST_WRITE_RAW,size:207, content is <multimedia-fence_timeout-begin> LOGTYPE: 309 log-time: 2018-08-20 16:53:51 log-buildTime: R7Plusm_11_160822 log-colorOS: V2.1 lo...
来源: Laya_社区 发布时间: 20181213