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

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

31. Laya.loader.load(xx) 当地址""的时候,会报错。 [ 89%]

...                 for (var i = 0, len = toloadPics.length; i < len; i++) {                                 if (changeType) {                                     toloadPics = folderPath + toloadPi...

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

32. Node.prototype._activeHierarchy存在的bug或者说是onEnable和onAwake的坑 [ 89%]

...this._components){             for (var i=0,n=this._components.length;i < n;i++){                 var comp=this._components[i];                 comp._setActive(true);                 (comp._isScript())&& (activeChangeScripts.push...

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

33. TypeError: Cannot read property 'length' of null [ 88%]

TypeError: Cannot read property 'length' of null layaide2.4.0a场景包含预制体hero.prefab,b场景也包含预制体hero.prefab 在a场景通过Laya.Pool.getItemByCreateFun("hero", this.pHero.create, this.pHero)创建对象,同时给对象设置位置,成功 跳转到b场景后,通过Laya.Poo...

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

34. 三个手指并排点击屏幕卡死 [ 88%]

...         var index=element._getIndexInList();         this.length--;         if (index!==this.length){             var end=this.elements[this.length];             this.elements[index]=end;                       end._setIndexInList...

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

35. Node.prototype.removeChildren移除计数有问题 [ 88%]

...= 0, endIndex = 0x7fffffff) { if (this._children && this._children.length > 0) { var childs = this._children; if (beginIndex === 0 && endIndex >= childs.length - 1) { var arr = childs; this._children = Node.ARRAY_EMPTY; } else { arr = childs.splice(beginIndex, endIndex - beginI...

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

36. 模型不同实例,AnimationNode位置只有第一个会更新的问题 [ 88%]

...curAvatarNodeDatas){ this._curAvatarNodeDatas=[]; this._curAvatarNodeDatas.length=this._avatarNodes.length; clip._cacheAvatarData(this._avatar,this._cachePlayRate,frameIndex,this._curAvatarNodeDatas); this._evaluateAvatarNodesCacheMode(avatarOwners,clip,clip._publicClipDatas,this._curAvatarNodeDatas...

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

37. 开启CastShadow以后,模型会莫名其妙消失,物体渲染队列的_IndexInList会被破坏 [ 87%]

...写_remove     __proto._remove=function(index){         this.length--;         if (index!==this.length){             var end=this.elements[this.length];             this.elements[index]=end;             end._indexInCastShadowList=index;    ...

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

38. 分享 修复webaudiosound 循环播放的声音 俩个失声问题 [ 87%]

...; var i = 0, len = 0; var toPlays; toPlays = this.__toPlays; len = toPlays.length; var tParams; for (i = 0; i < len; i++) { tParams = toPlays[i]; if (tParams[2]) { if (!(tParams[2]).isStopped) { this.play(tParams[0], tParams[1], tParams[2]); } else { tParams[2].audioBuffer = this.audioBuffer; } }...

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

39. 3d获取组件代码bug [ 87%]

...){ var index=this._componentsMap.indexOf(type); if (index===-1) components.length=0; //这里应该返回了!!!!!!!!!! var typeComponents=this._typeComponentsIndices[index]; var count=typeComponents.length; components.length=count; for (var i=0;i < count;i++) components[i]=this._components[typeCo...

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

40. 3D粒子编辑模块 · LayaAir3.0文档 · LAYABOX [ 87%]

...个圆型扇出 Angle DEG:形状的圆形方面的角度 Radius:半径 Length:长度 Emit from:发射方式 Base:基于锥形底部 Base Shell:基于锥形底部壳 Volume:基于锥形内部 Volume Shell:基于锥形内部壳 Randomize Direction:随机化方向 (动图9)展示...

来源: Laya3.0_文档 发布时间: 20241014