大约有 3,469 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0079 秒)
...3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 循环依赖不能运行 Circular dependency: 用了第三方socket类 项目在IDE上可以连接正常运行,为什...
来源: Laya_社区 发布时间: 20180319
...els = 2; // Create an empty two-second stereo buffer at the // sample rate of the AudioContext var frameCount = audioCtx.sampleRate * 2.0; var myArrayBuffer = audioCtx.createBuffer(2, frameCount, audioCtx.sampleRate); window.onclick = function() { // Fill the buffer with white noise; //just random v...
来源: Laya3.0_文档 发布时间: 20251010
...3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window i...
来源: Laya_社区 发布时间: 20180702
...urn 节点对象。 */ getChildByName(name: string): Node { for (let child of this._children) { if (child && child.name === name) return child; } return null; } 当我们找到子节点时,也可以对节点做一些基础操作,比如删除掉自己方法 removeSelf() /** * 从父容器...
来源: Laya3.0_文档 发布时间: 20251010
...hrow as TargetInvocationException: Exception has been thrown by the target of an invocation. System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at &...
来源: Laya_社区 发布时间: 20200109
...16065 行注释掉,注释后的代码如下: error(err, pos) { if (typeof err === 'string') err = { message: err }; if (pos) augmentCodeLocation(err, pos, curSource, id); err.id = id; err.hook = 'transform'; // return pluginContext.error(err); },该方法虽然可以解决 tslib 找不到的问...
来源: Laya_社区 发布时间: 20201223
...entsClientAdapter$6>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/RenderProcessGoneDetail; 06-27 18:03:47.977 27945-27945/com.twand.kozhanji I/art: at com.android.webview.chromium.WebViewContentsClientAdapter com.android.webview.chromium.WebViewChromiumFactoryProv...
来源: Laya_社区 发布时间: 20191016
...cket this=adf7dbf8 deletgate=adfb4648 08-14 10:57:49.131 3084-3555/? D/AudioFlinger: mixer(0xaad8e188) throttle end: throttle time(29) --------- beginning of crash 08-14 10:57:49.222 22858-22354/? A/google-breakpad: -----BEGIN BREAKPAD MICRODUMP----- V WebView:55.0.2883.91 08-14 ...
来源: Laya_社区 发布时间: 20180814
...3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 图集打包找不到图集文件 IDE1.7.8 json图集加载问题 请问下loader如何强制加载一个文件,避免浏览器的缓存 laya怎么跨域加载图片 小游戏项目 加载有中文的json文件...
来源: Laya_社区 发布时间: 20180531
...entsClientAdapter$6>: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/RenderProcessGoneDetail; 06-27 18:03:47.977 27945-27945/com.twand.kozhanji I/art: at com.android.webview.chromium.WebViewContentsClientAdapter com.android.webview.chromium.WebViewChromiumFactoryProv...
来源: Laya_社区 发布时间: 20180627