大约有 3 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0013 秒)
...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
... 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
...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