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

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

121. HttpRequest在网页上和APP上表现不一致 [ 83%]

...    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

122. mac安装typescript的问题 [ 83%]

...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

123. js如何解析nettywebsocket发的二进制数据中的utf8汉字 [ 83%]

...; 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

124. Laya.stage.mouseX; Laya.stage.mouseY取到的坐标用来赋给画曲线方法的起点;在左顶点正常,越往右下角起点就越偏移了 [ 83%]

... 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

125. 关于骨骼适配的问题 [ 83%]

...ZONE 微信 yzbgyc 赞同来自: 压缩包内包含两个之日,一个是log.txt另一个是log2.txt 因为我看到第一个log缺少map文件,然后我就把发布后的工程,增加了 相关的*.map但是我不理解的时候,为什么 会用到这个map文件,而没有问题的机器 ...

来源: Laya_社区 发布时间: 20180601

126. 网络和格式-XML [ 83%]

...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

127. 其他 · LayaAir3.0文档 · LAYABOX [ 82%]

...tf8格式编码的文件。 3. debug模式和release模式 LayaNative底层LOG分为三种: LOGI 普通流程log LOGW 警告log LOGE 错误log 在js脚本中,开发者可以通过以下函数设置Debug模式: if( window.conch ) { //值为0:表示关闭所有日志输出 //值为1:表示...

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

128. 3d项目安卓包。部分手机报加载3d资源报错 [ 82%]

...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

129. 动态阴影被切割了?为啥没有显示完成的阴影 [ 82%]

...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

130. laya1.0 的3D项目,GPU型号为Adreno 405的加载3D资源时会报错 [ 82%]

...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