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

大约有 97 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0056 秒)

91. [LayaNative3]2d示例程序构建发布打包后,在OpenHarmony运行闪退 [ 36%]

...@MergeProfile... after 5 ms > hvigor Finished :entry:default@SyscapTransform... after 2 ms > hvigor Finished :entry:default@ProcessRouterMap... after 4 ms > hvigor Finished :entry:default@CreateBuildProfile... after 4 ms > hvigor Finished :libSysCapabilities:default@BuildNativeWithCmake....

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

92. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 35%]

...         var items: any = this.mItems.values;                 for (var index = 0; index < items.length; index++) {                     var element: URLRequest = items[index];                     this._$off(element);                     NetConnection._$toP...

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

93. dcc更新失效, 有代码, 100%复现, 三楼附临时解决办法 [ 33%]

...-7562/com.dihong.testdcc I/dalvikvm-heap: Grow heap (frag case) to 8.155MB for 944528-byte allocation 05-16 15:59:48.767 7562-7562/com.dihong.testdcc D/libEGL: loaded /system/lib/egl/libEGL_tegra.so 05-16 15:59:48.771 7562-7562/com.dihong.testdcc D/libEGL: loaded /system/lib/egl/libGLESv1_CM_tegra.s...

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

94. 微信小游戏中不能加载proto文件 [ 28%]

...it('/'); if(names[0]=="http:"||names[0]=="https:"){ filename=names[0]+"/"; for(var i=1;i<names.length;i++){ filename+=('/'+names[i]); } } xhr.open("GET", filename); xhr.send();我是这么改的,可以成功把消息发出去了,但是解析又出了问题 gameThirdScriptError Cannot read pro...

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

95. 2D寻路 · LayaAir3.3 · 引擎文档 · LAYABOX [ 27%]

...prite.getComponent(componentType); if (comp != null) { lists.push(comp); } for (var i = 0; i < sprite.numChildren; i++) { let child = sprite.getChildAt(i) as Sprite; this.findCompents(lists, child, componentType); } } //组件被激活后执行,此时所有节点和组件均已创建完毕,...

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

96. 打包成APK运行一半崩溃 [ 26%]

...r active 04-11 11:17:08.924    8591-8591/? I/HwCust﹕ Constructor found for class android.app.HwCustHwWallpaperManagerImpl 04-11 11:17:08.927    8591-8591/? E/LayaGameEngine﹕ game_plugin_set_option key=localize value=false 04-11 11:17:08.927    8591-8591/? E/LayaGameEngine﹕ game_plugin_se...

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

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

...teByte发送 var message: string = "demonstrate <output.writeByte>"; for (var i: number = 0; i < message.length; ++i) { // 直接写缓冲区中的数据 this.output.writeByte(message.charCodeAt(i)); } // 发送缓冲区中的数据到服务器 this.socket.flush(); } // 连接断开后的...

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