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

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

461. 微信小游戏开放域(JavaScript-小游戏适配文档-微信小游戏) [ 62%]

...0中的场景是自动预加载图集的,这可能就会导致wx开放域报错。为了解决这个问题,同时方便开放域开发,2.0中提供了透传接口。这样就能在子域使用json,图集等文件了。 目前支持透传的文件类型有单独的图片,JSON文件,图集...

来源: Laya2.0_文档 发布时间: 20210715

462. 3D模型旋转定位问题 [ 62%]

...为这样拿不到modelSprite的值, 所以我改成这样 他运行会报错   报错提示是:TypeError: this.method.apply is not a function at EventHandler.__proto.run (file:///E:/LayaWorkspace/javaScriptLaya/bin/libs/laya.core.js:697:26) at LoaderManager.__proto.event (file:///E:/LayaWorksp...

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

463. FontClip例子 [ 62%]

...是3d的shader例子,有没有2d的shader例子? 自定义官方组件报错,有无官方例子下载? 看官方2.0的shader例子,模型视图投影矩阵定义的名称是u_MvpMatrix, 那相应单独的模型,视图,投影等矩阵名称分别是什么? 用https://layaair.ldc.layab...

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

464. 预制体模块 · LayaAir3文档 · LAYABOX [ 62%]

...败 Laya.loader.on(Laya.Event.ERROR, this, this.onError); }); } /** * 当报错时打印错误 * @param err 报错信息 */ onError(err: string): void { console.log("加载失败: " + err); } /** * 加载时侦听 */ onLoading(progress: number): void { //接近完成加载时,让显示进度比实...

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

465. 2.2.0 bata3版本,new Laya.Particle2D 报错 [ 62%]

2.2.0 bata3版本,new Laya.Particle2D 报错 2.2.0 bata3版本,在IDE中新建粒子,然后在游戏中创建就会报错。 Laya.loader.load("xxx.part", Laya.Handler.create(this, (settings: Laya.ParticleSetting) => { let particle = new Laya.Particle2D(settings); }), null, Laya.Loader.JSON...

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

466. unity3d sentinel key not found [ 62%]

...有法线贴图的模型显示问题 unity3d导出的刚体模型,加载报错 为什么unity3d导出的模型加载到laya分辨率降低? Unity3d导出模型时 报错:LayaAir3D UnityPlugin prefab can't export You should check the texture file format unity3d导出后整个场景 能再layaai...

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

467. 发微信小游戏音乐不播放,报警告 [ 62%]

...出错,求指教 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 微信小程序canvas如何使用layaAir引擎 导微信小程序报错window.focus is not a function 求教: soundManager如何停止正在播放的背景音乐 视频播放...

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

468. 在native下,XMLHttpRequest调用getAllResponseHeaders返回undefined [ 62%]

... 请问在layaIDE里,怎么调用微信小程序API laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 一个时间轴动画里创建的多个动画...

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

469. this.scene.physicsSimulation.rayCastAll 报错 [ 62%]

this.scene.physicsSimulation.rayCastAll 报错 this.point.x = Laya.MouseManager.instance.mouseX; this.point.y = Laya.MouseManager.instance.mouseY; //产生射线 this.camera.viewportPointToRay(this.point,this.ray);   /// Laya.PhysicsSimulation.rayCast(this.ray, this.outHitResult, 30, 0) //拿到...

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

470. TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext' [ 62%]

...be.load("res/skyBox1/skyCube.ltc"); 但发布到微信小游戏时,启动报错,请问是什么问题: gameThirdScriptError Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the signature provided. TypeError: Failed to execute 'texImage2D' on 'WebGLR...

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