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

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

771. 1.5.0 LayaAir IDE发布UI资源缺失! [ 50%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 1.7.15 小游戏3d 发布后在手机预览显示异常 分享:LayaAir下如何获取图集下的小图资源? 问题状态 最新活动: 2016-10-23 16:06 浏览: 2011 关注: 3 人 佟掌柜 • 2016-...

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

772. 新版版2d粒子问题?同样的代码,LayaAir IDE 2.1.0版本正常,LayaAir IDE 2.2.0beta2版本报错 [ 50%]

...        partIns.y = Laya.stage.mouseY;             }), null, Laya.Loader.JSON);         })   错误信息:TypeError: Failed to execute 'attachShader' on 'WebGL2RenderingContext': parameter 2 is not of type 'WebGLShader'   2019-08-08 添加评论 免费帖 --> 分享 ...

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

773. 给模型动态添加脚本报错 [ 50%]

...     报错信息: Uncaught TypeError: Cannot read property 'scene' of null     at goldItemNode._onAdded (libs/laya.core.js:13226)     at goldItemNode._onAdded (libs/laya.d3.js:10592)     at Sprite3D._addComponentInstance (libs/laya.core.js:13244)     at Sprite3D.addComponent (libs/laya....

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

774. Unity插件导出模型 [ 50%]

...ite3D.load("res/LayaScene_Model_71008/Model_71008.lh", Laya.Handler.create(null, function(sprite:Laya.Sprite3D):void { scene.addChild(sprite); sprite.transform.localScale = new Laya.Vector3(0.2, 0.2, 0.2); }));   报错信息 Uncaught TypeError: Cannot read property 'transform' of undefined     a...

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

775. 怎么使用一个方块绘制一个6x6的六边形呢 [ 50%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 Animation 的createFrames 使用已经加载的图集缓存动画失败 问题状态 最新活动: 2018-07-09 17:12 浏览: 1399 关注: 2 人 Laya_Aaron • 2018-07-09 17:15 有那么复杂吗,你看这...

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

776. laya发布安卓接入穿山甲联盟sdk的一些问题 [ 50%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 Laya 安卓端 在服务端运行指令layadcc ./ 后进不去,提示 assetId is old 和 init dcc fail。然后过五六个小时后才不会报这个错。。才能进去 发布H5后通过网页打开...

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

777. 分享,扩展Laya.Text组件实现简单的富文本 [ 50%]

... typeset() { this._isChanged = false; if (!this._text) { this._clipPoint = null; this._textWidth = this._textHeight = 0; this.graphics.clear(true); return; } Browser.context.font = this._getCSSStyle().font; this._lines.length = 0; this._lineWidths.length = 0; this.typeLines.length = 0; this._text = ...

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

778. 我调用了list里的这个方法tweenTo(index),当这个index足够大时,界面就会是个空白,没有渲染出我要的图片,当我拖动列表时就可以渲染出,这个问题怎么解决 [ 50%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 问题状态 最新活动: 2018-07-23 17:40 浏览: 640 关注: 2 人

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

779. 请教各位前辈们,AS的一些API好像layabox没有,求解决方法或者思路,比如 Point 的interpolate方法 具体问题内详 [ 50%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 问题状态 最新活动: 2016-06-27 15:31 浏览: 1892 关注: 2 人 cuixueying • 2016-06-27 21:05 @wuciqiang你好,咱们这个问题先做延迟处理吧,如果还有问题咱们及时沟通!

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

780. Laya.timer.loop 的优先级 [ 50%]

...y, caller, method) Laya.timer.loop() 报错 Cannot read property 'loop' of null 问题状态 最新活动: 2018-02-27 15:59 浏览: 965 关注: 2 人 oy2419498011 • 2018-02-27 16:01 定时器会影响子节点的索引位置吗? Laya_Aaron • 2018-02-27 16:02 @oy2419498011:你使用中出现什...

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