大约有 156 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0075 秒)
Laya_社区(120) Laya2.0_文档(13) Laya3.0_api(9) Laya2.0_api(5) Laya3.0_文档(5) laya_api(2) Laya_示例(1) Laya2.0_示例(1)
...他们生成的js也有这种情况才构成循环。 例如 A.ts import B from 'B' class A{ b:B; } 这种的,在生成js以后由于B只是表示类型,js是不需要的,所以上面的import就没了。 无法去掉的import主要是类似 new B, extends B, instanceof B, 以及静...
来源: Laya_社区 发布时间: 20190730
localRotationEulerY旋转位置错误 import { ui } from "./../ui/layaMaxUI"; /** * 本示例采用非脚本的方式实现,而使用继承页面基类,实现页面逻辑。在IDE里面设置场景的Runtime属性即可和场景进行关联 * 相比脚本方式,继承式页面类...
来源: Laya_社区 发布时间: 20201120
...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
...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
...一次某函数(基于帧率)。功能同Laya.timer.frameOnce()。 Node fromImage(url:String):Sprite[static] 根据图片地址创建一个新的 Sprite 对象用于加载并显示此图片。 Sprite fromParentPoint(point:Point):Point 将父容器坐标系坐标转换到本地坐标系。 Sprite ...
来源: Laya2.0_api 发布时间: 20190513
...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
... 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
...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
...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
...$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