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

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

141. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 37%]

...me Connecting to com.layabox.game Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. D/dalvikvm: Late-enabling CheckJNI W/ActivityThread: Application com.layabox.game is waiting for the debugger on ...

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

142. 打包安卓Android studio黑屏 [ 37%]

... huawei-mha_al00-3HX0217401012320 Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. I/om.layabox.tes: Reinit property: dalvik.vm.checkjni= false D/ZrHung.AppEyeUiProbe: AppEyeUIP created. D/Activit...

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

143. lib/arm/liblayaair.so 总是崩溃 [ 36%]

...8-14 10:57:49.938 3084-3555/? I/AudioFlinger: BUFFER TIMEOUT: remove(4099) from active list on thread 0xaad8e188 08-14 10:57:49.939 3084-3555/? I/AudioFlinger: updateWakeLockUids_l() AudioOut_6 mType: 0 status 0 08-14 10:57:49.952 3084-3521/? I/APM::AudioPolicyManager: stopOutput() output 6, stream ...

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

144. socket大型项目回调 [ 34%]

...cket = null; private callbacks:any = {}; private handlers:any = {}; // Map from request id to route private routeMap = {}; private heartbeatInterval:number = 0; private heartbeatTimeout:number = 0; private nextHeartbeatTimeout:number = 0; private gapThreshold:number = 100; private heartbeatId:any = ...

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

145. 关于使用Idea以及Linux下使用AS语言开发的一点经验 [ 30%]

...$path python TextFilePatchTools.py $path google-chrome --allow-file-access-from-files --allow-file-access-frome-files --disable-web-security ${path}${index} 2> TextFilePatchTools.py (文本文件内容处理,最后几行是我尝试出来的针对目前问题的修改,也就是代码块位置...

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

146. 安装layaair2-cmd一直失败 [ 30%]

... ‼ read ECONNRESET   ‼ gifsicle pre-build test failed   i compiling from source   × Error: Command failed: C:\Windows\system32\cmd.exe /s /c "autoreconf -ivf" 'autoreconf' �����ڲ����ⲿ���Ҳ���ǿ����еij��� ���������ļ��...

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

147. 如何使用及维护Github的LayaAir引擎源码(TypeScript-简介篇(TS)-LayaAir引擎简介) [ 22%]

...图标是一个分叉图标,其下有fork来源的英文描述 `forked from layabox/LayaAir` (译:分叉版本来自layabox帐号下的LayaAir项目),如下图所示。 ![图](img/6-2.png) #### 2.3 克隆与下载(Clone or download) Fork之后,要在自己的仓库克隆LayaAir项目...

来源: Laya2.0_文档 发布时间: 20210714

148. 网络通信 · LayaAir3.0文档 · LAYABOX [ 21%]

...rivate onMessageReveived(message: any = null): void { console.log("Message from server:"); if (typeof (message) == 'string') { console.log(message); } else if (message instanceof ArrayBuffer) { console.log(new Byte(message).readUTFBytes()); } // 清理缓存的服务端发来的数据 this.socket.in...

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

149. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 20%]

...ity报出现以下错误,跪求调教~ InvalidCastException: Cannot cast from source type to destination type. LayaExport.DataManager.saveLmatFile (UnityEngine.Material material, System.String savePath, ComponentType type) LayaExport.DataManager.getMeshRendererComponentData (UnityEngine.GameObject...

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

150. laya.ui.FontClip [ 19%]

...一次某函数(基于帧率)。功能同Laya.timer.frameOnce()。 Node fromImage(url:String):Sprite[static] 根据图片地址创建一个新的 Sprite 对象用于加载并显示此图片。 Sprite fromParentPoint(point:Point):Point 将父容器坐标系坐标转换到本地坐标系。 Sprite ...

来源: Laya2.0_api 发布时间: 20190513