大约有 3,472 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0095 秒)
...pplication/2CBB02B7-1D05-4CF4-A68D-59337C781979/ZhuaWawa.app/ZhuaWawa. One of the two will be used. Which one is undefined. 2018-01-09 20:50:15.068 ZhuaWawa[2531:1863752] 当前应用软件版本:2.2 2018-01-09 20:50:15.069 ZhuaWawa[2531:1863752] 当前应用Local版本号码:2.2 2018-01-09 20:50:...
来源: Laya_社区 发布时间: 20180109
...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...
来源: Laya2.0_文档 发布时间: 20210715
...幂,例如 128×128、512×256 等。这类纹理被称为 POT(Power Of Two)纹理。 当纹理尺寸不是 2 的次幂(称为 NPOT,Non-Power Of Two)时,部分 GPU 或旧平台在处理时可能产生性能下降或采样异常,因此引擎通常会进行自动缩放或补齐。 在 ...
来源: Laya3.0_文档 发布时间: 20251128
...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