大约有 397 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0038 秒)
... 有两处崩溃: //Laya.__init([Media]); 另外视频destr __proto.destroy=function(detroyChildren){ (detroyChildren===void 0)&& (detroyChildren=true); _super.prototype.destroy.call(this,detroyChildren); // native会崩溃 ...
来源: Laya_社区 发布时间: 20181207
...(var i=0,n=list.length;i < n;i++){//这里缓存了长度,但是在 __proto.destroy=function(destroyChild){ (destroyChild===void 0)&& (destroyChild=true); this._idMap=null; _super.prototype.destroy.call(this,destroyChild); var list=laya.display.Scene.unDestroyedScenes; for (var i=0,n=li...
来源: Laya_社区 发布时间: 20181128
.../** *清除应用到刚体上的所有力。 */ __proto.clearForces=function(){ var rigidBody=this._nativeColliderObject; if (rigidBody==null) throw "Attempted to call a Physics function that is avaliable only when the E...
来源: Laya_社区 发布时间: 20190614
...remove写坏了_indexInList 在CastShadowList中要重写_remove __proto._remove=function(index){ this.length--; if (index!==this.length){ var end=this.elements[this.length]; this.elements[index]=end; ...
来源: Laya_社区 发布时间: 20181214
...肯能在继续正常使用moveViewPort了。 看了下代码,在方法__proto.updateViewPort有两个奇怪的计算,见下图 我把这两个计算注释掉就没有这问题了。 那么问题来了这个到底是代码本身的BUG,还是我的用法错了呢?正确的改变scale后调用...
来源: Laya_社区 发布时间: 20180324
...("test/TestPage") 请问下是这样加载分离ui的吗?为什么我看 __proto.loadUI=function(path){ var uiView=View.uiMap[path]; uiView && this.createView(uiView); } 这里面uiMap都没有地方会注册. 还有我按F12后this直接被去掉了,变成:loadUI("test/TestPage") 这样我...
来源: Laya_社区 发布时间: 20171030
...a.core.js this.underline && this.drawUnderline(textAlgin,x,y,i); __proto.drawUnderline=function(align,x,y,lineIndex){ var lineWidth=this._lineWidths[lineIndex]; switch (align){ case 'center': ...
来源: Laya_社区 发布时间: 20171019
...(); } } "TypeError: this.loadingRes is not a function\n at RequestConfig.__proto.requestCallback [as _callback] 2017-01-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 你这个报错,应...
来源: Laya_社区 发布时间: 20170118
...的z值得问题,这个z的为什么要这样判断 z<0 || z>1 __proto.worldToViewportPoint=function(position,out){ Matrix4x4.multiply(this._projectionMatrix,this._viewMatrix,this._projectionViewMatrix); this.viewport.project(position,this._projectionViewMatrix,out); var outE=out.elements; i...
来源: Laya_社区 发布时间: 20171229
... } } 直接修改库的话 laya.core.js __proto._setInputMethod=function(){ Input.input.parentElement && (Input.inputContainer.removeChild(Input.input)); Input.area.parentElement && (Input.inputContainer.removeChild(...
来源: Laya_社区 发布时间: 20190816