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

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

141. 正常运行的2.1升级到2.2.0出现循环依赖的错误,这是咋回事丫 ? [ 43%]

...他们生成的js也有这种情况才构成循环。 例如 A.ts import B from 'B' class A{    b:B; } 这种的,在生成js以后由于B只是表示类型,js是不需要的,所以上面的import就没了。  无法去掉的import主要是类似 new B, extends B, instanceof B, 以及静...

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

142. localRotationEulerY旋转位置错误 [ 42%]

localRotationEulerY旋转位置错误 import { ui } from "./../ui/layaMaxUI"; /**  * 本示例采用非脚本的方式实现,而使用继承页面基类,实现页面逻辑。在IDE里面设置场景的Runtime属性即可和场景进行关联  * 相比脚本方式,继承式页面类...

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

143. laya2.0用FlashDevelop调用编译,总是打开bin\h5\index.html [ 42%]

...ogle/Chrome/Application/chrome.exe", "runtimeArgs": [ "--allow-file-access-from-files", "--allow-file-access-frome-files", " --disable-web-security" ], "sourceMaps": false, "webRoot": "${workspaceRoot}", //假如谷歌调试报userDataDir不可用,请把谷歌安装路径取得管理员权限,或...

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

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

...lt:0 01-06 17:34:41.494 405 1695 I C01700/RSS: ResSchedService::ReportData from ipc receive data resType = 27, value = 1. 01-06 17:34:41.495 405 626 I C01703/socperf: [HandleAppAbilityStart]: SocPerfPlugin: socperf->APP_COLD_START 01-06 17:34:41.495 797 1382 W C01630/DistributedDB: KvDB communica...

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

145. laya.ui.Clip [ 39%]

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

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

146. 示例打地鼠发布打包后提示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

147. 打包安卓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

148. lib/arm/liblayaair.so 总是崩溃 [ 37%]

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

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

150. 关于使用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