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

大约有 5,165 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0100 秒)

231. laya 预加载粒子文件时警告?请问是什么情况? [ 88%]

...警告?请问是什么情况? GradientDataNumber warning:the forth key is be force set to 1. laya.d3.js:16710 GradientDataNumber warning:data count must lessEqual than 4 laya.d3.js:16716 GradientDataNumber warning:data count must lessEqual than 4 laya.d3.js:16716 GradientDataColor warning:the fo...

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

232. [Error] TypeError: null is not an object (evaluating 'this._style._tf') [ 88%]

[Error] TypeError: null is not an object (evaluating 'this._style._tf') 请问这个怎么解决? Safari , Chrome 同样有这个问题 [Error] TypeError: null is not an object (evaluating 'this._style._tf') (anonymous function) (laya.core.js:16463) toParentPoint (laya.core.js:15797) localToGlo...

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

233. exception info:[TypeError:undefined is not an object(evaluating'tInfo[0].attributes')] at line 764 [ 88%]

exception info:[TypeError:undefined is not an object(evaluating'tInfo[0].attributes')] at line 764 安卓上打包运行没问题 iphone上打包运行弹窗报以上alert,请问我该如何定位这个alert 2017-05-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果...

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

234. 3Ddemo加载Unity导出场景报错resou._removeReference is not a function [ 88%]

3Ddemo加载Unity导出场景报错resou._removeReference is not a function import { ui } from "./../ui/layaMaxUI";  /** * 本示例采用非脚本的方式实现,而使用继承页面基类,实现页面逻辑。在IDE里面设置场景的Runtime属性即可和场景进行关联 * 相比脚本...

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

235. 打包微信小游戏报错 ReferenceError: Matter is not defined [ 87%]

打包微信小游戏报错 ReferenceError: Matter is not defined 用ActionScript编写项目,可以在pc端正常运行,matter.js是直接用 <script type="text/javascript" src='matter.js' loader='laya'></script> 引入 打包后在微信开发者工具打开报错:Matter is not ...

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

236. TypeError: Cannot read property 'm_jointList' of null [ 87%]

TypeError: Cannot read property 'm_jointList' of null   一个子弹同时撞击两个物体 报错 求问解决方法 附件 : --> 2019-04-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来...

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

237. 动态加载代码后,总是出现 ProgressBar is not a constructor [ 87%]

LayaAir引擎 动态加载代码后,总是出现 ProgressBar is not a constructor //动态加载js文件--my.js function loadJs(jspath,defer = true) { //得到html的头部dom // var theHead = document.getElementsByTagName('head').item(0); var theHead = document.getElementsByTagName('body').item(...

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

238. 调用动画结束on方法,报错this.zombieAnimator.on is not a function [ 87%]

调用动画结束on方法,报错this.zombieAnimator.on is not a function 创建官方示例3D Laya.Sprite3D.load("res/threeDimen/skinModel/Zombie/Zombie.lh", Laya.Handler.create(this, function(zombie:Laya.Sprite3D):void { scene.addChild(zombie); this.zombieAnimator = (zombie.getChildAt(0) as Lay...

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

239. Resources already exist,is repeated loading 加载特效报重复加载 [ 87%]

Resources already exist,is repeated loading 加载特效报重复加载 export default class TransformDemo{     private scene:Laya.Scene3D;     private position:Laya.Vector3 = new Laya.Vector3(0, 0, 0);     private position1:Laya.Vector3 = new Laya.Vector3(0, 0, 0);     private rotat...

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

240. 自定义的一个方法类,为什么第二次运行程序就报is not a function,第一次就是好的 [ 87%]

自定义的一个方法类,为什么第二次运行程序就报is not a function,第一次就是好的 代码在附件里报错后把import utils.CenterPivot;重新写一遍,让系统重新识别一遍又不报错了,然后再运行又开始一直报错,不明白为什么错还分第一...

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