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

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

3451. app构建IOS包 进入游戏提示加载游戏失败,可能由于你的网络不稳定,请退出重进 [ 28%]

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

3452. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 27%]

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

3453. 纹理资源 · LayaAir3.4 · 引擎文档 · LAYABOX [ 27%]

...幂,例如 128×128、512×256 等。这类纹理被称为 POT(Power Of Two)纹理。 当纹理尺寸不是 2 的次幂(称为 NPOT,Non-Power Of Two)时,部分 GPU 或旧平台在处理时可能产生性能下降或采样异常,因此引擎通常会进行自动缩放或补齐。 在 ...

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

3454. 在LayaIDE中下载的运行器启动报错 [ 27%]

...3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 循环依赖不能运行 Circular dependency: 用了第三方socket类 项目在IDE上可以连接正常运行,为什...

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

3455. 和原生Dom交互 · LayaAir3.4 · 引擎文档 · LAYABOX [ 27%]

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

3456. 为什么这样加载不出来东西,别再给我发示例链接了,就是按照示例来的 [ 26%]

...3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window i...

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

3457. 使用3D精灵 · LayaAir3.4 · 引擎文档 · LAYABOX [ 25%]

...urn 节点对象。 */ getChildByName(name: string): Node { for (let child of this._children) { if (child && child.name === name) return child; } return null; } 当我们找到子节点时,也可以对节点做一些基础操作,比如删除掉自己方法 removeSelf() /** * 从父容器...

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

3458. LayaAirUnityPlugin 2.4beta IOException: Sharing violation [ 25%]

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

3459. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 24%]

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

3460. laya1.0升级到2.0后这些报错还是存在 随人不影响APP运行 但是怎么能去掉啊 [ 24%]

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