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

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

471. 3d文字在浏览器能正常运行,打包后使用时会报错 [ 61%]

...错 错误:Failed to execute "texImage2D" on "WebGL2RenderingContext":No function was found that matched the signature provided   在this.texture2D.loadImageSource(this.cav);报错   this.cav = Laya.Browser.createElement("canvas"); this.cav.width = 256; this.cav.height = 256;  var cxt = this.ca...

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

472. 新人求助!ts的新特性编译报错 [ 61%]

...教程里会有ts的一些用法,比如async await ,还有可选链 a?.function()等等。 可是我本地这样写编译会报错   求助!是需要更新ts吗?我本地ts的版本是最新的4.3.5   到底该怎么做?求教! 附件 : --> 2021-07-01 添加评论 免费帖 --> 分享 ...

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

473. 运行不报错,debug时protobuf.js会报错 [ 61%]

...摇报错,就解决方案 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2017-11-16 12:06 浏览: 1084 关注: 2 人

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

474. U3D插件导出问题 [ 61%]

...什么会跳帧。 laya加载unity插件导出的场景 physics3D is not a function 新版2.0.0beta,vim插件不能用 2.0.2beta unity插件window10系统报错 2.7.x 引擎插件发布bug fbxtools 在哪里下载啊?在 工具菜单>3D转换工具 里下载的只有 unity3d 的插件 分享:...

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

475. Laya3D_API3.0 [ 61%]

...ya3D enablePhysics createRenderObjInit init Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method

来源: Laya3.0_api 发布时间: 20231115

476. Laya.timer.loop() 报错 Cannot read property 'loop' of null [ 61%]

...axUI.ts有前缀导致报错 导微信小程序报错window.focus is not a function 本地调试加载本地图片都报错 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 启动引擎报错 mPlugin.game_plugin_init(3); 真机调试报错:LayaPlayer不支持的标签<...

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

477. 修改Lable中text属性报错 [ 61%]

... 3D模型无法修改scale? 导微信小程序报错window.focus is not a function layabox零秒构建项目工具,修改代码后直接就能看效果,不用等待编译什么的。 问题状态 最新活动: 2021-06-30 17:37 浏览: 3175 关注: 2 人 Laya_XS • 2021-06-30 18:01 方便提供l...

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

478. 没有人尝试使用3d物理引擎么 [ 61%]

...reBody:Object; private var world:Object; private var CANNON:Object; public function LayaAir3D() { //初始化引擎 Laya3D.init(0, 0, true); //适配模式 Laya.stage.scaleMode=Stage.SCALE_FULL; Laya.stage.screenMode=Stage.SCREEN_VERTICAL; //开启统计信息 Stat.show(); //添加3D场景 var scene...

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

479. conch问题 getOS()方法无效 [ 61%]

...OS()方法无效 打包以后 Browser.window["conch"].getOS() 提示 not a function ,如果无效了替代方法是什么 2017-12-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 试试Browse...

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

480. webaudio 在iframe中使用, android chrome中没声音 [ 61%]

...。官方要不要修复一下这个BUG? WebAudioSound._playEmptySound=function(){     if (WebAudioSound.ctx==null){         return;     };     var source=WebAudioSound.ctx.createBufferSource();     source.buffer=WebAudioSound._miniBuffer;     source.connect(WebAudioSound.ctx....

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