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

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

1. Panel 的 滑动问题 [ 100%]

...rent", path, rdata.showCol, rdata.showRow, cellSize, [1, 1], 0); }   this.timerOnce(300, this, function () { this._scrollToOne("panelParent") });   }   // panelParent 父节点名字 path 图片路径  rdata.showCol  列 rdata.showRow:行  cellSize :格子大小, _scrollToOne: functi...

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

2. 3d特效克隆时,在手机会现卡顿情况,特效资源已经提前在加载 [ 98%]

... public function DelayDestroy(delay:int):void {             this.timerOnce(delay,this,destroy);         }                  public function OnComplete():void {             var item:Sprite3D = Laya.loader.getRes(_path) as Sprite3D;             if(item != n...

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

3. 3D粒子特效初始化卡顿 [ 90%]

...e{ OnComplete(); } } } public function DelayDestroy(delay:int):void { this.timerOnce(delay,this,destroy); } public function OnComplete():void { var item:Sprite3D = Laya.loader.getRes(_path) as Sprite3D; if(item != null){ item = item.getChildAt(0).clone(); Instantiate(item); } } private function Inst...

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