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

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

41. U3D导出模型和动画,动画无法正常播放,预览也没有,载入场景资源提示:this._cacheAnimationNode没有Transfrom [ 50%]

...LayaPro/LayaAnimator/bin/libs/laya.core.js:10439:18)   at Context.__proto.flush (file:///C:/LayaPro/LayaAnimator/bin/libs/laya.core.js:10445:16)   希望各位大佬帮帮忙,资料太少了,自己太菜了无法解决了QAQ 附件 : --> LayaAnimator.zip Unity3D.zip 2019-08-09 添加评论 悬...

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

42. U3D导出模型和动画,动画无法正常播放,预览也没有,载入场景资源提示:this._cacheAnimationNode没有Transfrom [ 49%]

...LayaPro/LayaAnimator/bin/libs/laya.core.js:10439:18)   at Context.__proto.flush (file:///C:/LayaPro/LayaAnimator/bin/libs/laya.core.js:10445:16)   希望各位大佬帮帮忙,资料太少了,自己太菜了无法解决了QAQ 附件 : --> LayaAnimator.zip Unity3D.zip 2019-08-09 添加评论 悬...

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

43. vivo小游戏 3d模型加载不出,调试无报错 [ 47%]

...hybrid/app_resource/com.yidui.jjbb3.vivominigame/libs/laya.core.js:9423 [7]flush@/data/data/com.vivo.hybrid/app_resource/com.yidui.jjbb3.vivominigame/libs/laya.core.js:9429 [8]render@/data/data/com.vivo.hybrid/app_resource/com.yidui.jjbb3.vivominigame/libs/laya 08-28 16:39:42.364 28953-29182/? E/jsw...

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

44. 2.13版本 官方救命啊,关于3D特效的资源释放 [ 47%]

...ion failed at VertexBuffer2D._resizeBuffer at Function.getAMesh at Context.flush

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

45. [LayaAir2]华为mate60系列手机在微信浏览器打开Laya2.x版本游戏会闪屏 [ 43%]

...Antialias = false; Laya.Config.useWebGL2 = false;还是在Context.ts中的_flushToTarget方法中,target.start()前加上gl.flush()都无济于事。 清理微信缓存也无用,但据说重装微信会好,但此举代价太大不具可行性,我也没试过 附件 : --> 故障视频.rar 202...

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

46. laya.resource.NativeContext_API3.0 [ 43%]

...derText fillBorderWords fillRect fillText fillWords fillWords11 filltext11 flush getAlignLength popRT pushRT restore restoreTransform save saveTransform scale setColorFilter size strokeWord transform transformByMatrix translate useRT wab __init__ set2DRenderConfig Constructors constructor new Native...

来源: Laya3.0_api 发布时间: 20231102

47. 请教LayaAir 2.2.0 改了哪些有关mask的代码 [ 42%]

...ya.feifan.bandarq2.0/bin/libs/laya.core.js:24421:13)   at Context.__proto.flush (file:///F:/Laya2Workspace/laya.feifan.bandarq2.0/bin/libs/laya.core.js:10451:24)   at Stage.__proto.render (file:///F:/Laya2Workspace/laya.feifan.bandarq2.0/bin/libs/laya.core.js:31079:13)   at Stage.__proto._loop (f...

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

48. 本地双击html如何打开laya项目? [ 35%]

...uffer = new byte [fis.available()]; fis.read(buffer); os.write(buffer); os.flush(); os.close(); fis.close(); socket.close(); } else { os.println( "HTTP/1.0 404 FileNotFonud!" ); os.close(); } } catch (IOException e) { // TODO Auto-generated catch block os.println( "HTTP/1.0 404" + e.getMessage()); }...

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

49. socket大型项目回调 [ 27%]

...his.send(buffer); this.socket.output.writeArrayBuffer(buffer); this.socket.flush(); } private onClose(e:Laya.Event):void { console.error("[Pomelo] connect close:",e); this.emit(Pomelo.EVENT_CLOSE,e); } private onIOError(e:Laya.Event):void{ this.emit(Pomelo.EVENT_IO_ERROR, e); console.error('socket e...

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

50. 网络通信 · LayaAir3文档 · LAYABOX [ 17%]

...e.charCodeAt(i)); } // 发送缓冲区中的数据到服务器 this.socket.flush(); } // 连接断开后的事件回调 private onSocketClose(e: any = null): void { console.log("Socket closed"); } // 有数据接收时的事件回调 private onMessageReveived(message: any = null): void { console.log...

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