大约有 19 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0039 秒)
物体加上Rigidibody 之后运动 Matrix.concat 出现a为underfined 加上rigidibody之后运行没有出错,点击改变y轴坐标的时候出现的错误,所有的错误信息没有出现我的代码中的某一行出现错误 2019-11-27 添加评论 免费帖 --> 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20191127
... var uv=null; if (x !=0 || y !=0 || width !=texw || height !=texh){ uv=uv.concat();我想知道,引擎这段报错代码是什么鬼? Texture类的getTexturePixels 定义:var uv=null; 然后:uv=uv.concat(); ???? 附件 : --> 2019-07-05 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20190705
...光处理开始 麒麟子添加 var allLights = []; allLights = allLights.concat(scene._directionLights._elements); allLights = allLights.concat(scene._spotLights._elements); allLights = allLights.concat(scene._pointLights._elements); for (let i = 0; i < allLights.length; ++i) { let light = allLi...
来源: Laya_社区 发布时间: 20200110
...式下3d模型运动时闪烁 物体加上Rigidibody 之后运动 Matrix.concat 出现a为underfined 问题状态 最新活动: 2018-10-23 16:48 浏览: 1488 关注: 2 人
来源: Laya_社区 发布时间: 20181017
...s.range(length - str.length).map(() => char); const result = tail ? arr.concat(paddingStr) : paddingStr.concat(arr); return isArray ? result : result.join(""); } little_endian(charCode: number) { return this.split(this.padding(charCode.toString(16), 8, "0", false), 2).reverse().join(""); } range(...
来源: Laya_社区 发布时间: 20190321
...]).then(res => { let nextScene = res[0] if (res.length > 1) param = .concat((param || ), [res[1]]) nextScene.open(closeOther, param) if (complete) complete.runWith(nextScene) // 重新设置loadingPage 并隐藏 Laya.Scene.setLoadingPage(this._loadScene) Laya.Scene.hideLoadingPage() }) } /** *...
来源: Laya_社区 发布时间: 20181124
... // 资源 [{url:'res/atlas/comp.json',type:Laya.Loader.ATLAS}].concat(loadArr), // 加载完成回调 Laya.Handler.create(null,function(){ var logintest = new loginTestView().init(); Laya.stage.addChild(logintest); }), // 加载进度回调...
来源: Laya_社区 发布时间: 20170331
...r,data); else if (this.args)result=this.method.apply(this.caller,this.args.concat(data)); else result=this.method.apply(this.caller,data); this._id===id && this.once && this.recover(); return result; 2017-02-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...
来源: Laya_社区 发布时间: 20170215
...戏禁用了Function,这个怎么解决? Function.apply(null, keys.concat("return " + source)).apply(null, keys.map(function (key) { return scope[key]; })); 2018-01-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 ...
来源: Laya_社区 发布时间: 20180111
...的JS再合并压缩。但是在IDE发布时拆不出来。尝试用gulp-concat,gulp-uglify做了,但js引用顺序比较头痛,只能去读index.html中的那些js引用顺序么。 所以想知道LAYA IDE的合并压缩,用的是什么工具包,以及合并时如何保证js引用顺序...
来源: Laya_社区 发布时间: 20171207