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

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

1. 加载3D场景报错:TypeError: bt.btBvhTriangleMeshShape create is not a function [ 100%]

加载3D场景报错:TypeError: bt.btBvhTriangleMeshShape create is not a function 使用编辑器2.13.1或2.13.2创建官方的3d demo项目,并在进入的场景中增加一个碰撞体,使用官方的测试app进入时,就无法进入了。并且界面上和控制台都有报错。 alert=...

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

2. ColorUtils.create问题 [ 98%]

ColorUtils.create问题 如图ColorUtils.create按照上面的写法,每次ColorUtils.create,只要是ColorUtils._SAVE不存在的颜色,就重新_initSaveMap,想问下这里是一个bug还是有什么特殊的用途,目前ColorUtils._SAVE_SIZE没有发现有其他赋值的地方; 附件 ...

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

3. RenderTarget2D的create方法 [ 97%]

RenderTarget2D的create方法  问下laya引擎18_beta  RenderTarget2D这里 是t.depthStencilFormat? 附件 : --> 2018-05-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: public sta...

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

4. list的Handler.create的点击事件第二次点击不生效 [ 95%]

list的Handler.create的点击事件第二次点击不生效 list.selectHandler = Handler.create(this,onRender, null, false);//滚动列表点击事件 private function onRender(index:int):void{ list.setItem(lastSelect,arrConver(lastSelect,false));//取消选中效果 list.setItem(index,arrConver(i...

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

5. Laya.loader.create 报错, 升级2.0.2后 游戏卡顿 [ 94%]

Laya.loader.create 报错, 升级2.0.2后 游戏卡顿 1. loader.create  这个接口 能否支持不创建3Dscene对象, 或者新扩展一个接口  只下载对应的3D资源. 不创建3DScene, 因为 当网络异常的时候资源会下载失败,但是底层还是会创建3D对象, 底层一...

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

6. web版发布后,在浏览器运行报错 提示找不到 btCollisionObject_create [ 94%]

...b版发布后,在浏览器运行报错 提示找不到 btCollisionObject_create Uncaught TypeError: Cannot read properties of undefined (reading 'btCollisionObject_create')     at pi._onAdded (laya.d3.min.js:1:600219)     at xr._addComponentInstance (laya.core.min.js:1:250112)     at xr.addC...

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

7. 使用Laya.loader.create加载3d资源,如果出错次数超过最大线程数将无法继续加载资源 [ 94%]

使用Laya.loader.create加载3d资源,如果出错次数超过最大线程数将无法继续加载资源 使用Laya.loader.create走到Laya3D._loadSprite3DHierarchy时,发现并没有监听"error"事件 如果在http请求资源出错时,则无法通知到外层的LoaderManager 则也无法...

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

8. Laya.Handler.create 加载图片回调参数问题 [ 94%]

Laya.Handler.create 加载图片回调参数问题 我想在调用loadImage加载图片完成之后把某个参数带到Handler里,但是按网上的说法我一直是失败, 示例代码: //初始化微信小游戏 Laya.MiniAdpter.init(); //程序入口 Laya.init(Laya.Browser.width, Laya.Brows...

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

9. 在父sprite中添加子sprite ,移动父Sprite 子sprite为什么不动? [ 93%]

...ite(); // 加载主体的背景 Laya.loader.load("res/island.png", Handler.create(this, function() { // 图片加载 var t = Laya.loader.getRes("res/island.png"); var tBall = Texture.create(t,866,190,548,305); var tTower = Texture.create(t,data.tower[towerLel].x,data.tower[towerLel].y,data.tower[tow...

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

10. UNITY3D导出模型加载错误 [ 93%]

...aair/myLaya3D1/bin/null path) extension with: 1. at LoaderManager.__proto._create (laya.core.js:12371) at LoaderManager.__proto.create (laya.core.js:12339) at Loader.Laya3D._onHierarchylhLoaded (laya.d3.js:16030) at EventHandler.__proto.runWith (laya.core.js:687) at Loader.__proto.event (laya.core.j...

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