大约有 1,374 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0069 秒)
Laya_社区(1168) Laya2.0_文档(69) Laya3.0_文档(67) Laya2.0_示例(27) Laya_示例(24) Laya3.0_api(17) laya_api(1) Laya2.0_api(1)
...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_示例 发布时间: 20260303
...lass() export class Main extends Laya.Script { async onStart() { console.log("Game start"); // 手动加载脚本集 const isSuccess = await Laya.loader.loadPackage("GScript"); // "GScript" 为分包目录名称 console.log(`isSuccess: ${isSuccess}`) console.log("所有已注册类:"); const cla...
来源: Laya_社区 发布时间: 20251230
...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
...rrorHandler); function openHandler(event){ //正确建立连接; console.log("链接"); } function receiveHandler(msg){ ///接收到数据触发函数 console.log("接受"); } function closeHandler(e){ //关闭事件 console.log("关闭"); } function errorHandler(e){ //连接出错 console.log("...
来源: Laya_社区 发布时间: 20180125